From 95c652e4d63134175f19f6140d681d4e6e67b359 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sun, 20 Jan 2019 02:42:01 +0300 Subject: [PATCH] Missing bundle fix in kernel. --- app/AppKernel.php | 1 - 1 file changed, 1 deletion(-) 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;