Skip to content

Commit

Permalink
removed deprecation notices on symfony >=4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Besedin authored and ruudk committed Dec 19, 2018
1 parent 4dee3ba commit 4fcdf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function __construct($alias)

public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$treeBuilder = new TreeBuilder($this->alias);

$rootNode = $treeBuilder->root($this->alias);
$rootNode
Expand Down

0 comments on commit 4fcdf9d

Please sign in to comment.