removing acme bundle

This commit is contained in:
Simon Vieille 2015-03-12 12:37:31 +01:00
parent b611a86a5c
commit ad087479b2
1 changed files with 0 additions and 1 deletions

View File

@ -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();