diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-28 17:09:27 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-28 17:09:27 +0100 |
commit | e4788de51ecbf2773a043325965e10eb74b14e8f (patch) | |
tree | ca66ba084b27050ee336b93b82fbd55ac7f9fd3a /app/AppKernel.php | |
parent | 569f8d6851ea31b594fc5ccbcc11fe79dbdf2fa6 (diff) | |
download | wallabag-e4788de51ecbf2773a043325965e10eb74b14e8f.tar.gz wallabag-e4788de51ecbf2773a043325965e10eb74b14e8f.tar.zst wallabag-e4788de51ecbf2773a043325965e10eb74b14e8f.zip |
1st implementation of wallabag api, yeah
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 | ||