aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/AppKernel.php
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2020-05-25 18:10:41 +0200
committerGitHub <noreply@github.com>2020-05-25 18:10:41 +0200
commitd647e5059781f2ec216249c3cf289f72c50c5231 (patch)
treeeaa2d7c76e3c24b3979afc866565c031a2861036 /app/AppKernel.php
parent372810b687e767a7f1114fded82955397bb88040 (diff)
parent0cf743f6fbfbc449c599ee0271e4e62ece0e47ac (diff)
downloadwallabag-d647e5059781f2ec216249c3cf289f72c50c5231.tar.gz
wallabag-d647e5059781f2ec216249c3cf289f72c50c5231.tar.zst
wallabag-d647e5059781f2ec216249c3cf289f72c50c5231.zip
Merge pull request #4416 from wallabag/update-deps
Update deps
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r--app/AppKernel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php
index fcf929c6..7b84e130 100644
--- a/app/AppKernel.php
+++ b/app/AppKernel.php
@@ -56,7 +56,7 @@ class AppKernel extends Kernel
56 } 56 }
57 57
58 if ('dev' === $this->getEnvironment()) { 58 if ('dev' === $this->getEnvironment()) {
59 $bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle(); 59 $bundles[] = new Symfony\Bundle\MakerBundle\MakerBundle();
60 $bundles[] = new Symfony\Bundle\WebServerBundle\WebServerBundle(); 60 $bundles[] = new Symfony\Bundle\WebServerBundle\WebServerBundle();
61 } 61 }
62 } 62 }