Skip to content

Commit

Permalink
Minor improvement in Configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Feb 15, 2021
1 parent 6408dca commit 853f9ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ final class Configuration implements ConfigurationInterface
*/
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('sylius_refund_plugin');
$rootNode = $treeBuilder->getRootNode();

return $treeBuilder;
return new TreeBuilder('sylius_refund_plugin');
}
}

0 comments on commit 853f9ff

Please sign in to comment.