X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FAppKernel.php;fp=app%2FAppKernel.php;h=1f2d4ad4f786a0f49d55fa0ee430fa5497ba3f25;hb=f38e03dc02c96344677fd2720912605b21c90b5d;hp=08c9cc277cb39fd358d2cf67945a2e2919effdcb;hpb=d3f1a9dc1ac181033ec54f9149d2807199fa8f17;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/AppKernel.php b/app/AppKernel.php index 08c9cc27..1f2d4ad4 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -35,6 +35,7 @@ class AppKernel extends Kernel 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)) {