]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/AppKernel.php
Merge pull request #1835 from wallabag/v2-prepare-v2
[github/wallabag/wallabag.git] / app / AppKernel.php
index 08c9cc277cb39fd358d2cf67945a2e2919effdcb..30ac7463ba742bb6bdda0b650b69c9c325f3c7a7 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\AnnotationBundle\WallabagAnnotationBundle(),
         ];
 
         if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {