diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index ed34a87..0342938 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -17,8 +17,7 @@ class Configuration implements ConfigurationInterface */ public function getConfigTreeBuilder() { - $treeBuilder = new TreeBuilder(); - $rootNode = $treeBuilder->root('qbil_open_exchange_rate'); + $treeBuilder = new TreeBuilder('qbil_open_exchange_rate'); // Here you should define the parameters that are allowed to // configure your bundle. See the documentation linked above for