mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-04 11:18:25 +00:00 
			
		
		
		
	sf4, fix treebuilder depreciation
This commit is contained in:
		@@ -17,8 +17,8 @@ class Configuration implements ConfigurationInterface
 | 
			
		||||
     */
 | 
			
		||||
    public function getConfigTreeBuilder()
 | 
			
		||||
    {
 | 
			
		||||
        $treeBuilder = new TreeBuilder();
 | 
			
		||||
        $rootNode = $treeBuilder->root('chill_activity');
 | 
			
		||||
        $treeBuilder = new TreeBuilder('chill_activity');
 | 
			
		||||
        $rootNode = $treeBuilder->getRootNode('chill_activity');
 | 
			
		||||
        
 | 
			
		||||
        $rootNode
 | 
			
		||||
                ->children()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user