Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 77f5880

Browse files
committed
moved SensioGeneratorBundle to dev
1 parent 19845d0 commit 77f5880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/AppKernel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ public function registerBundles()
2222
$bundles[] = new Symfony\Bundle\DebugBundle\DebugBundle();
2323
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
2424
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
25-
$bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();
2625

2726
if ('dev' === $this->getEnvironment()) {
27+
$bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();
2828
$bundles[] = new Symfony\Bundle\WebServerBundle\WebServerBundle();
2929
}
3030
}

0 commit comments

Comments
 (0)