From 55e34b75264fa5c81eabe032cb8a66d27a4ac930 Mon Sep 17 00:00:00 2001 From: afornerot Date: Wed, 3 Mar 2021 17:40:02 +0100 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20niveau=20appkernel=20par=20rapp?= =?UTF-8?q?ort=20=C3=A0=20composer.json=20(fixes=20#31626)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ninegate-1.0/app/AppKernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ninegate-1.0/app/AppKernel.php b/src/ninegate-1.0/app/AppKernel.php index 3fd2ba0a..60868ae1 100644 --- a/src/ninegate-1.0/app/AppKernel.php +++ b/src/ninegate-1.0/app/AppKernel.php @@ -16,7 +16,6 @@ class AppKernel extends Kernel new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(), new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), - new \Symfony\Bundle\MakerBundle\MakerBundle(), new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle(), new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(), new Symfony\Bundle\AsseticBundle\AsseticBundle(), @@ -47,6 +46,7 @@ class AppKernel extends Kernel $bundles[] = new Symfony\Bundle\DebugBundle\DebugBundle(); $bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle(); $bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle(); + $bundles[] = new Symfony\Bundle\MakerBundle\MakerBundle(); if ('dev' === $this->getEnvironment()) { $bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();