Missing bundle fix in kernel.

This commit is contained in:
Alexey Skobkin 2019-01-20 02:42:01 +03:00
parent c88cad6c14
commit 95c652e4d6
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ class AppKernel extends Kernel
$bundles[] = new Symfony\Bundle\DebugBundle\DebugBundle();
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
$bundles[] = new Symfony\Bundle\WebServerBundle\WebServerBundle();
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
}
return $bundles;