]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/AppKernel.php
Comment work with annotator v2
[github/wallabag/wallabag.git] / app / AppKernel.php
index 08c9cc277cb39fd358d2cf67945a2e2919effdcb..1f2d4ad4f786a0f49d55fa0ee430fa5497ba3f25 100644 (file)
@@ -35,6 +35,7 @@ class AppKernel extends Kernel
             new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(),
             new Craue\ConfigBundle\CraueConfigBundle(),
             new Lexik\Bundle\MaintenanceBundle\LexikMaintenanceBundle(),
+            new Wallabag\CommentBundle\WallabagCommentBundle(),
         ];
 
         if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {