Skip to content

Commit

Permalink
Update to support symfony 3.4 fully
Browse files Browse the repository at this point in the history
  • Loading branch information
bordeux committed Jul 23, 2020
1 parent 6a809b9 commit 31b0070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Configuration implements ConfigurationInterface
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();

$rootNode = $treeBuilder->root('bordeux_geo_name');
// Here you should define the parameters that are allowed to
// configure your bundle. See the documentation linked above for
// more information on that topic.
Expand Down

0 comments on commit 31b0070

Please sign in to comment.