diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-09-29 18:11:57 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-10-03 13:30:43 +0200 |
commit | 2c13918acc3c46120bbef5e6746f3c6dc27be5df (patch) | |
tree | 6e4684c5b6832c98e3aaae915da9330379b7c595 /src/Wallabag/ApiBundle/DependencyInjection | |
parent | 359b3f43cc42aa593cdba7dc8e1d6fa121cc3f6a (diff) | |
download | wallabag-2c13918acc3c46120bbef5e6746f3c6dc27be5df.tar.gz wallabag-2c13918acc3c46120bbef5e6746f3c6dc27be5df.tar.zst wallabag-2c13918acc3c46120bbef5e6746f3c6dc27be5df.zip |
add test for confirmed registration
Diffstat (limited to 'src/Wallabag/ApiBundle/DependencyInjection')
-rw-r--r-- | src/Wallabag/ApiBundle/DependencyInjection/WallabagApiExtension.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Wallabag/ApiBundle/DependencyInjection/WallabagApiExtension.php b/src/Wallabag/ApiBundle/DependencyInjection/WallabagApiExtension.php index a147e7ef..cde43aed 100644 --- a/src/Wallabag/ApiBundle/DependencyInjection/WallabagApiExtension.php +++ b/src/Wallabag/ApiBundle/DependencyInjection/WallabagApiExtension.php | |||
@@ -3,9 +3,7 @@ | |||
3 | namespace Wallabag\ApiBundle\DependencyInjection; | 3 | namespace Wallabag\ApiBundle\DependencyInjection; |
4 | 4 | ||
5 | use Symfony\Component\DependencyInjection\ContainerBuilder; | 5 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
6 | use Symfony\Component\Config\FileLocator; | ||
7 | use Symfony\Component\HttpKernel\DependencyInjection\Extension; | 6 | use Symfony\Component\HttpKernel\DependencyInjection\Extension; |
8 | use Symfony\Component\DependencyInjection\Loader; | ||
9 | 7 | ||
10 | class WallabagApiExtension extends Extension | 8 | class WallabagApiExtension extends Extension |
11 | { | 9 | { |