diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-11-06 21:47:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-06 21:47:16 +0100 |
commit | 01ad4d6a89f52bdbf21ab2b14e3fe9291f2a9290 (patch) | |
tree | 2090dfc06db67491d3bf778379cdf8f759c5ee23 /app/AppKernel.php | |
parent | b5571b52ccbc11d71637e1ccb07421cf606ac846 (diff) | |
parent | db3838545cef117e05c63afc1e7ebfdf8c8d3a4e (diff) | |
download | wallabag-01ad4d6a89f52bdbf21ab2b14e3fe9291f2a9290.tar.gz wallabag-01ad4d6a89f52bdbf21ab2b14e3fe9291f2a9290.tar.zst wallabag-01ad4d6a89f52bdbf21ab2b14e3fe9291f2a9290.zip |
Merge pull request #2551 from wallabag/remove-maintenance-bundle
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 |