Skip to content

Commit

Permalink
Update Configuration.php
Browse files Browse the repository at this point in the history
  • Loading branch information
janwebdev authored Mar 19, 2022
1 parent 3046abe commit 900a5a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ class Configuration implements ConfigurationInterface
*/
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('sf_i18n');
$treeBuilder = new TreeBuilder('sf_i18n');

$rootNode
$treeBuilder
->getRootNode()
->children()
->arrayNode('classes')
->addDefaultsIfNotSet()
Expand Down

0 comments on commit 900a5a1

Please sign in to comment.