Skip to content

Commit

Permalink
Merge pull request #2 from junaidbinfarooq/patch-1
Browse files Browse the repository at this point in the history
Handled deprecation related to tree builder to make it fully symfony …
  • Loading branch information
faizanakram99 authored Nov 12, 2019
2 parents a9a9743 + 13a0ae9 commit c5b42b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ class Configuration implements ConfigurationInterface
*/
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('qbil_open_exchange_rate');
$treeBuilder = new TreeBuilder('qbil_open_exchange_rate');

// Here you should define the parameters that are allowed to
// configure your bundle. See the documentation linked above for
Expand Down

0 comments on commit c5b42b9

Please sign in to comment.