aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2017-10-15 09:23:31 +0200
committerGitHub <noreply@github.com>2017-10-15 09:23:31 +0200
commit64f4112caea165d79d10c624bcc69e6a3597714f (patch)
tree38d78ba6775890dfd03448ac0dfa6fd81fb6f4c6 /app
parentf44a927530476eaf903525481e5e8114c3b017b8 (diff)
parent3c9fbb4e3294d4a8b6c1a98fd081e25e8fd6cf7f (diff)
downloadwallabag-64f4112caea165d79d10c624bcc69e6a3597714f.tar.gz
wallabag-64f4112caea165d79d10c624bcc69e6a3597714f.tar.zst
wallabag-64f4112caea165d79d10c624bcc69e6a3597714f.zip
Merge pull request #3381 from nclsHart/webserverbundle
Enable WebServerBundle in dev environment
Diffstat (limited to 'app')
-rw-r--r--app/AppKernel.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php
index f1140943..45f6b795 100644
--- a/app/AppKernel.php
+++ b/app/AppKernel.php
@@ -48,6 +48,7 @@ class AppKernel extends Kernel
48 $bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle(); 48 $bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
49 $bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle(); 49 $bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();
50 $bundles[] = new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle(); 50 $bundles[] = new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle();
51 $bundles[] = new Symfony\Bundle\WebServerBundle\WebServerBundle();
51 52
52 if ('test' === $this->getEnvironment()) { 53 if ('test' === $this->getEnvironment()) {
53 $bundles[] = new DAMA\DoctrineTestBundle\DAMADoctrineTestBundle(); 54 $bundles[] = new DAMA\DoctrineTestBundle\DAMADoctrineTestBundle();