Browse Source

Add Sensio bundles to the kernel

Jordi Boggiano 13 years ago
parent
commit
95e6ceda48
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/AppKernel.php

+ 2 - 0
app/AppKernel.php

@@ -26,6 +26,8 @@ class AppKernel extends Kernel
 
 
         if (in_array($this->getEnvironment(), array('dev', 'test'))) {
         if (in_array($this->getEnvironment(), array('dev', 'test'))) {
             $bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
             $bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
+            $bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
+            $bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();
         }
         }
 
 
         return $bundles;
         return $bundles;