]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/AppKernel.php
changed french translation from commentaire to annotation
[github/wallabag/wallabag.git] / app / AppKernel.php
index 82d3aa38e3aada99550e48bc50b04df49cf78e2c..1f2d4ad4f786a0f49d55fa0ee430fa5497ba3f25 100644 (file)
@@ -34,6 +34,8 @@ class AppKernel extends Kernel
             new Wallabag\ImportBundle\WallabagImportBundle(),
             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)) {