diff options
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r-- | app/AppKernel.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php index f0383038..e2db75a7 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php | |||
@@ -16,6 +16,9 @@ class AppKernel extends Kernel | |||
16 | new Symfony\Bundle\AsseticBundle\AsseticBundle(), | 16 | new Symfony\Bundle\AsseticBundle\AsseticBundle(), |
17 | new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), | 17 | new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), |
18 | new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), | 18 | new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), |
19 | new FOS\RestBundle\FOSRestBundle(), | ||
20 | new JMS\SerializerBundle\JMSSerializerBundle(), | ||
21 | new Nelmio\ApiDocBundle\NelmioApiDocBundle(), | ||
19 | new Wallabag\CoreBundle\WallabagCoreBundle(), | 22 | new Wallabag\CoreBundle\WallabagCoreBundle(), |
20 | ); | 23 | ); |
21 | 24 | ||