diff --git a/app/AppKernel.php b/app/AppKernel.php index 181b93c..854180d 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -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;