Skip to content

Commit

Permalink
ensure symfony 5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
René Hrdina committed Oct 7, 2021
1 parent 51d00c0 commit 19dcc5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundle/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class Configuration implements ConfigurationInterface
*/
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('netgen_enhanced_ez_binary_file');
$treeBuilder = new TreeBuilder('netgen_enhanced_ez_binary_file');
$rootNode = $treeBuilder->getRootNode();

return $treeBuilder;
}
Expand Down

0 comments on commit 19dcc5d

Please sign in to comment.