Skip to content

Commit

Permalink
Enable WebServerBundle in dev environment
Browse files Browse the repository at this point in the history
Since wallabag#3376, the web server console commands were not available.
  • Loading branch information
nclsHart committed Oct 13, 2017
1 parent f44a927 commit 3c9fbb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/AppKernel.php
Expand Up @@ -48,6 +48,7 @@ public function registerBundles()
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
$bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();
$bundles[] = new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle();
$bundles[] = new Symfony\Bundle\WebServerBundle\WebServerBundle();

if ('test' === $this->getEnvironment()) {
$bundles[] = new DAMA\DoctrineTestBundle\DAMADoctrineTestBundle();
Expand Down

0 comments on commit 3c9fbb4

Please sign in to comment.