diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/AppKernel.php | 2 |
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 | } |