diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-28 18:14:04 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-28 18:14:04 +0100 |
commit | 3e5a342f6552fc921b9b7fd3d65d9200cdc1979c (patch) | |
tree | 2ea4c3a9459923a40fbc9c66dbfae9a8b6a9e94c /app/AppKernel.php | |
parent | e4788de51ecbf2773a043325965e10eb74b14e8f (diff) | |
download | wallabag-3e5a342f6552fc921b9b7fd3d65d9200cdc1979c.tar.gz wallabag-3e5a342f6552fc921b9b7fd3d65d9200cdc1979c.tar.zst wallabag-3e5a342f6552fc921b9b7fd3d65d9200cdc1979c.zip |
bundle for API
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r-- | app/AppKernel.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php index e2db75a7..e8160135 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php | |||
@@ -2,6 +2,7 @@ | |||
2 | 2 | ||
3 | use Symfony\Component\HttpKernel\Kernel; | 3 | use Symfony\Component\HttpKernel\Kernel; |
4 | use Symfony\Component\Config\Loader\LoaderInterface; | 4 | use Symfony\Component\Config\Loader\LoaderInterface; |
5 | use Wallabag\ApiBundle\WallabagApiBundle; | ||
5 | 6 | ||
6 | class AppKernel extends Kernel | 7 | class AppKernel extends Kernel |
7 | { | 8 | { |
@@ -20,6 +21,7 @@ class AppKernel extends Kernel | |||
20 | new JMS\SerializerBundle\JMSSerializerBundle(), | 21 | new JMS\SerializerBundle\JMSSerializerBundle(), |
21 | new Nelmio\ApiDocBundle\NelmioApiDocBundle(), | 22 | new Nelmio\ApiDocBundle\NelmioApiDocBundle(), |
22 | new Wallabag\CoreBundle\WallabagCoreBundle(), | 23 | new Wallabag\CoreBundle\WallabagCoreBundle(), |
24 | new Wallabag\ApiBundle\WallabagApiBundle(), | ||
23 | ); | 25 | ); |
24 | 26 | ||
25 | if (in_array($this->getEnvironment(), array('dev', 'test'))) { | 27 | if (in_array($this->getEnvironment(), array('dev', 'test'))) { |