]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/AppKernel.php
Created GroupBundle
[github/wallabag/wallabag.git] / app / AppKernel.php
index c50783a6d6901fce9a25d12e6cd9b479daf935af..b6babf1d481be563e2e354955d8a5625785fbe74 100644 (file)
@@ -40,6 +40,7 @@ class AppKernel extends Kernel
             new Wallabag\ImportBundle\WallabagImportBundle(),
             new Wallabag\AnnotationBundle\WallabagAnnotationBundle(),
             new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(),
+            new Wallabag\GroupBundle\WallabagGroupBundle(),
         ];
 
         if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {