diff options
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'))) { |