1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

1st draft for rabbitMQ

This commit is contained in:
Nicolas Lœuillet 2016-01-15 08:24:32 +01:00 committed by Jeremy Benoist
parent 59758d8fe5
commit 56c778b415
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
9 changed files with 173 additions and 11 deletions

View file

@ -38,6 +38,7 @@ class AppKernel extends Kernel
new Wallabag\UserBundle\WallabagUserBundle(),
new Wallabag\ImportBundle\WallabagImportBundle(),
new Wallabag\AnnotationBundle\WallabagAnnotationBundle(),
new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(),
];
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {