Skip to content

Commit cf132dd

Browse files
committed
Fixed Error due to removal of Acme Bundle
1 parent 7aa2d68 commit cf132dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Symfony/app/AppKernel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function registerBundles()
2020
);
2121

2222
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
23-
$bundles[] = new Acme\DemoBundle\AcmeDemoBundle();
2423
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
2524
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
2625
$bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();

0 commit comments

Comments
 (0)