X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FAppKernel.php;h=30ac7463ba742bb6bdda0b650b69c9c325f3c7a7;hb=1e5a4b36ab9e50047e48f247b84733bdf9417844;hp=7e76a9e9053dc1ba6f12537b5a96207e7bb44807;hpb=73cd160bfc6e4a1b88f2117eb0c097a91ac5c753;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/AppKernel.php b/app/AppKernel.php index 7e76a9e9..30ac7463 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -33,6 +33,9 @@ class AppKernel extends Kernel new KPhoen\RulerZBundle\KPhoenRulerZBundle(), 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)) {