mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
sf4, fix treebuilder depreciation
This commit is contained in:
parent
a709589229
commit
b2d3580e11
@ -17,8 +17,8 @@ class Configuration implements ConfigurationInterface
|
||||
*/
|
||||
public function getConfigTreeBuilder()
|
||||
{
|
||||
$treeBuilder = new TreeBuilder();
|
||||
$rootNode = $treeBuilder->root('chill_doc_store');
|
||||
$treeBuilder = new TreeBuilder('chill_doc_store');
|
||||
$rootNode = $treeBuilder->getRootNode('chill_doc_store');
|
||||
|
||||
// Here you should define the parameters that are allowed to
|
||||
// configure your bundle. See the documentation linked above for
|
||||
|
Loading…
x
Reference in New Issue
Block a user