aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/AppKernel.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r--app/AppKernel.php2
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
3use Symfony\Component\HttpKernel\Kernel; 3use Symfony\Component\HttpKernel\Kernel;
4use Symfony\Component\Config\Loader\LoaderInterface; 4use Symfony\Component\Config\Loader\LoaderInterface;
5use Wallabag\ApiBundle\WallabagApiBundle;
5 6
6class AppKernel extends Kernel 7class 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'))) {