diff options
author | Nicolas Hart <contact@nclshart.net> | 2017-10-13 23:04:16 +0200 |
---|---|---|
committer | Nicolas Hart <contact@nclshart.net> | 2017-10-13 23:04:16 +0200 |
commit | 3c9fbb4e3294d4a8b6c1a98fd081e25e8fd6cf7f (patch) | |
tree | 38d78ba6775890dfd03448ac0dfa6fd81fb6f4c6 /app/AppKernel.php | |
parent | f44a927530476eaf903525481e5e8114c3b017b8 (diff) | |
download | wallabag-3c9fbb4e3294d4a8b6c1a98fd081e25e8fd6cf7f.tar.gz wallabag-3c9fbb4e3294d4a8b6c1a98fd081e25e8fd6cf7f.tar.zst wallabag-3c9fbb4e3294d4a8b6c1a98fd081e25e8fd6cf7f.zip |
Enable WebServerBundle in dev environment
Since #3376, the web server console commands were not available.
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r-- | app/AppKernel.php | 1 |
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(); |