]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/AppKernel.php
move WallabagBundle into Wallabag:CoreBundle
[github/wallabag/wallabag.git] / app / AppKernel.php
index 5d159df8ceb2d461d46f48bd9f8c83eba3c56bed..b0a66daddb5dcf4437cefa388beb933db62bb9e2 100644 (file)
@@ -17,7 +17,7 @@ class AppKernel extends Kernel
             new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
             new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
             new AppBundle\AppBundle(),
-            new WallabagBundle\WallabagBundle(),
+            new Wallabag\CoreBundle\WallabagCoreBundle(),
         );
 
         if (in_array($this->getEnvironment(), array('dev', 'test'))) {