diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-06 15:34:08 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-06 15:34:08 +0100 |
commit | db3838545cef117e05c63afc1e7ebfdf8c8d3a4e (patch) | |
tree | 2090dfc06db67491d3bf778379cdf8f759c5ee23 /app/AppKernel.php | |
parent | b5571b52ccbc11d71637e1ccb07421cf606ac846 (diff) | |
download | wallabag-db3838545cef117e05c63afc1e7ebfdf8c8d3a4e.tar.gz wallabag-db3838545cef117e05c63afc1e7ebfdf8c8d3a4e.tar.zst wallabag-db3838545cef117e05c63afc1e7ebfdf8c8d3a4e.zip |
Removed Maintenance bundle
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r-- | app/AppKernel.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php index 52f85558..342bd139 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php | |||
@@ -29,7 +29,6 @@ class AppKernel extends Kernel | |||
29 | new KPhoen\RulerZBundle\KPhoenRulerZBundle(), | 29 | new KPhoen\RulerZBundle\KPhoenRulerZBundle(), |
30 | new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(), | 30 | new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(), |
31 | new Craue\ConfigBundle\CraueConfigBundle(), | 31 | new Craue\ConfigBundle\CraueConfigBundle(), |
32 | new Lexik\Bundle\MaintenanceBundle\LexikMaintenanceBundle(), | ||
33 | new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(), | 32 | new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(), |
34 | 33 | ||
35 | // wallabag bundles | 34 | // wallabag bundles |