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