aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/DependencyInjection
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-09-29 18:11:57 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2015-10-03 13:30:43 +0200
commit2c13918acc3c46120bbef5e6746f3c6dc27be5df (patch)
tree6e4684c5b6832c98e3aaae915da9330379b7c595 /src/Wallabag/ApiBundle/DependencyInjection
parent359b3f43cc42aa593cdba7dc8e1d6fa121cc3f6a (diff)
downloadwallabag-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.php2
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 @@
3namespace Wallabag\ApiBundle\DependencyInjection; 3namespace Wallabag\ApiBundle\DependencyInjection;
4 4
5use Symfony\Component\DependencyInjection\ContainerBuilder; 5use Symfony\Component\DependencyInjection\ContainerBuilder;
6use Symfony\Component\Config\FileLocator;
7use Symfony\Component\HttpKernel\DependencyInjection\Extension; 6use Symfony\Component\HttpKernel\DependencyInjection\Extension;
8use Symfony\Component\DependencyInjection\Loader;
9 7
10class WallabagApiExtension extends Extension 8class WallabagApiExtension extends Extension
11{ 9{