From e4788de51ecbf2773a043325965e10eb74b14e8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 28 Jan 2015 17:09:27 +0100 Subject: 1st implementation of wallabag api, yeah --- app/AppKernel.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/AppKernel.php') 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 new Symfony\Bundle\AsseticBundle\AsseticBundle(), new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), + new FOS\RestBundle\FOSRestBundle(), + new JMS\SerializerBundle\JMSSerializerBundle(), + new Nelmio\ApiDocBundle\NelmioApiDocBundle(), new Wallabag\CoreBundle\WallabagCoreBundle(), ); -- cgit v1.2.3