Remove SensioDistributionBundle

This commit is contained in:
Yassine Guedidi
2022-04-30 15:33:09 +02:00
parent 84c026081b
commit eda4ff0336
7 changed files with 3 additions and 973 deletions

View File

@ -48,7 +48,6 @@ class AppKernel extends Kernel
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {
$bundles[] = new Symfony\Bundle\DebugBundle\DebugBundle();
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
$bundles[] = new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle();
if ('test' === $this->getEnvironment()) {