mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 14:54:57 +00:00
sf4, fix errors with report bundle, adapt new config yaml directory
This commit is contained in:
@@ -17,8 +17,8 @@ class Configuration implements ConfigurationInterface
|
||||
*/
|
||||
public function getConfigTreeBuilder()
|
||||
{
|
||||
$treeBuilder = new TreeBuilder();
|
||||
$rootNode = $treeBuilder->root('chill_report');
|
||||
$treeBuilder = new TreeBuilder('chill_report');
|
||||
$rootNode = $treeBuilder->getRootNode('chill_report');
|
||||
|
||||
// Here you should define the parameters that are allowed to
|
||||
// configure your bundle. See the documentation linked above for
|
||||
|
Reference in New Issue
Block a user