Julio 9 anni fa
parent
commit
c5a5259bf0
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      app/AppKernel.php

+ 3 - 0
app/AppKernel.php

@@ -55,6 +55,9 @@ class AppKernel extends Kernel
             new Chamilo\CourseBundle\ChamiloCourseBundle(),
             new Chamilo\SettingsBundle\ChamiloSettingsBundle(),
             new Chamilo\ThemeBundle\ChamiloThemeBundle(),
+
+            // Extra
+            new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
         );
 
         if (in_array($this->getEnvironment(), array('dev', 'test'))) {