From ad087479b2b054315764e4c80e7b6e3deac3bfaf Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 12 Mar 2015 12:37:31 +0100 Subject: [PATCH] removing acme bundle --- app/AppKernel.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/AppKernel.php b/app/AppKernel.php index 4c9b7b2..4e7412f 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -42,7 +42,6 @@ class AppKernel extends Kernel ); if (in_array($this->getEnvironment(), array('dev', 'test'))) { - $bundles[] = new Acme\DemoBundle\AcmeDemoBundle(); $bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle(); $bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle(); $bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();