]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/AppKernel.php
Fix #1351: add maintenance mode
[github/wallabag/wallabag.git] / app / AppKernel.php
index 82d3aa38e3aada99550e48bc50b04df49cf78e2c..08c9cc277cb39fd358d2cf67945a2e2919effdcb 100644 (file)
@@ -34,6 +34,7 @@ class AppKernel extends Kernel
             new Wallabag\ImportBundle\WallabagImportBundle(),
             new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(),
             new Craue\ConfigBundle\CraueConfigBundle(),
+            new Lexik\Bundle\MaintenanceBundle\LexikMaintenanceBundle(),
         ];
 
         if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {