mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +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()
|
public function getConfigTreeBuilder()
|
||||||
{
|
{
|
||||||
$treeBuilder = new TreeBuilder();
|
$treeBuilder = new TreeBuilder('chill_doc_store');
|
||||||
$rootNode = $treeBuilder->root('chill_doc_store');
|
$rootNode = $treeBuilder->getRootNode('chill_doc_store');
|
||||||
|
|
||||||
// Here you should define the parameters that are allowed to
|
// Here you should define the parameters that are allowed to
|
||||||
// configure your bundle. See the documentation linked above for
|
// configure your bundle. See the documentation linked above for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user