app/AppKernel.php
changeset 39 03b14b0fe101
parent 6 7ee9260b8c0e
child 58 624e5900f5a4
--- a/app/AppKernel.php	Fri Nov 18 17:54:18 2011 +0100
+++ b/app/AppKernel.php	Fri Nov 25 18:55:43 2011 +0100
@@ -21,6 +21,7 @@
         	new FOS\UserBundle\FOSUserBundle(),
             new Company\UserBundle\CompanyUserBundle(),
             new IRI\Bundle\WikiTagBundle\WikiTagBundle(),
+            new Symfony\Bundle\DoctrineMigrationsBundle\DoctrineMigrationsBundle(),
         );
 
         if (in_array($this->getEnvironment(), array('dev', 'test'))) {