X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FAppKernel.php;h=40726f0549cc9c756e08a1a00f2cf989859a43a0;hb=HEAD;hp=fcf929c65face29b40708fbbd9eb7c24ed0d8f27;hpb=c19845a7ae5fe7c1ff22fd560c48e4af8b9da15a;p=github%2Fwallabag%2Fwallabag.git 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 } if ('dev' === $this->getEnvironment()) { - $bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle(); + $bundles[] = new Symfony\Bundle\MakerBundle\MakerBundle(); $bundles[] = new Symfony\Bundle\WebServerBundle\WebServerBundle(); } }