Skip to content

Commit

Permalink
Merge pull request #6 from birkof/fix-deprecated-treebuilder
Browse files Browse the repository at this point in the history
Added missing use of Kernel
  • Loading branch information
birkof authored Oct 20, 2019
2 parents e98180f + 8283be1 commit b5e156e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
use birkof\NetopiaMobilPay\NetopiaMobilPayBundle;
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
use Symfony\Component\Config\Definition\ConfigurationInterface;
use Symfony\Component\HttpKernel\Kernel;

/**
* Class Configuration
Expand Down

0 comments on commit b5e156e

Please sign in to comment.