We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa2d68 commit cf132ddCopy full SHA for cf132dd
Symfony/app/AppKernel.php
@@ -20,7 +20,6 @@ public function registerBundles()
20
);
21
22
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
23
- $bundles[] = new Acme\DemoBundle\AcmeDemoBundle();
24
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
25
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
26
$bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();
0 commit comments