X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=app%2FAppKernel.php;h=30ac7463ba742bb6bdda0b650b69c9c325f3c7a7;hb=8846ad0a904ebad3b3e766f93c57a4bfd47b18dd;hp=82d3aa38e3aada99550e48bc50b04df49cf78e2c;hpb=63e40f2d7c4074aff0be587c828eb511a6b7c878;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/AppKernel.php b/app/AppKernel.php index 82d3aa38..30ac7463 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -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\AnnotationBundle\WallabagAnnotationBundle(), ]; if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {