mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix TreeBuilder deprecation
This commit is contained in:
parent
d62e83a63d
commit
0b39391a73
@ -17,8 +17,8 @@ class Configuration implements ConfigurationInterface
|
|||||||
*/
|
*/
|
||||||
public function getConfigTreeBuilder()
|
public function getConfigTreeBuilder()
|
||||||
{
|
{
|
||||||
$treeBuilder = new TreeBuilder();
|
$treeBuilder = new TreeBuilder('chill_amli_family_members');
|
||||||
$rootNode = $treeBuilder->root('chill_amli_family_members');
|
$rootNode = $treeBuilder->getRootNode('chill_amli_family_members');
|
||||||
|
|
||||||
$rootNode
|
$rootNode
|
||||||
->children()
|
->children()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user