diff options
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r-- | app/AppKernel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php index 3dfefd58..fe61b255 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php | |||
@@ -20,6 +20,7 @@ class AppKernel extends Kernel | |||
20 | new FOS\RestBundle\FOSRestBundle(), | 20 | new FOS\RestBundle\FOSRestBundle(), |
21 | new JMS\SerializerBundle\JMSSerializerBundle(), | 21 | new JMS\SerializerBundle\JMSSerializerBundle(), |
22 | new Nelmio\ApiDocBundle\NelmioApiDocBundle(), | 22 | new Nelmio\ApiDocBundle\NelmioApiDocBundle(), |
23 | new Nelmio\CorsBundle\NelmioCorsBundle(), | ||
23 | new Wallabag\CoreBundle\WallabagCoreBundle() | 24 | new Wallabag\CoreBundle\WallabagCoreBundle() |
24 | ); | 25 | ); |
25 | 26 | ||