]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/AppKernel.php
WIP
[github/wallabag/wallabag.git] / app / AppKernel.php
index c50783a6d6901fce9a25d12e6cd9b479daf935af..c5109866ebf83c0b1ce9c3cd77d53f4228933bd2 100644 (file)
@@ -32,6 +32,7 @@ class AppKernel extends Kernel
             new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(),
             new FOS\JsRoutingBundle\FOSJsRoutingBundle(),
             new BD\GuzzleSiteAuthenticatorBundle\BDGuzzleSiteAuthenticatorBundle(),
+            new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(),
 
             // wallabag bundles
             new Wallabag\CoreBundle\WallabagCoreBundle(),
@@ -39,7 +40,7 @@ class AppKernel extends Kernel
             new Wallabag\UserBundle\WallabagUserBundle(),
             new Wallabag\ImportBundle\WallabagImportBundle(),
             new Wallabag\AnnotationBundle\WallabagAnnotationBundle(),
-            new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(),
+            new Wallabag\FederationBundle\WallabagFederationBundle(),
         ];
 
         if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {