]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/AppKernel.php
CS
[github/wallabag/wallabag.git] / app / AppKernel.php
index e2db75a7206c220abf6a9a44a22da16d0d08de19..515c79ecb26ba797323037bf8a2009dc66290571 100644 (file)
@@ -2,6 +2,7 @@
 
 use Symfony\Component\HttpKernel\Kernel;
 use Symfony\Component\Config\Loader\LoaderInterface;
+use Wallabag\ApiBundle\WallabagApiBundle;
 
 class AppKernel extends Kernel
 {
@@ -19,7 +20,7 @@ class AppKernel extends Kernel
             new FOS\RestBundle\FOSRestBundle(),
             new JMS\SerializerBundle\JMSSerializerBundle(),
             new Nelmio\ApiDocBundle\NelmioApiDocBundle(),
-            new Wallabag\CoreBundle\WallabagCoreBundle(),
+            new Wallabag\CoreBundle\WallabagCoreBundle()
         );
 
         if (in_array($this->getEnvironment(), array('dev', 'test'))) {