X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FAppKernel.php;h=7b84e1303c30e9d9f98108b206a95a1acad85611;hb=2a74acb77ff7f6bd107a9d7856c89da62d429e24;hp=fcf929c65face29b40708fbbd9eb7c24ed0d8f27;hpb=372810b687e767a7f1114fded82955397bb88040;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(); } }