| changeset 58 | 624e5900f5a4 |
| parent 39 | 03b14b0fe101 |
| child 71 | b01e36991488 |
--- a/app/AppKernel.php Fri Dec 09 06:43:49 2011 +0100 +++ b/app/AppKernel.php Wed Dec 14 23:28:58 2011 +0100 @@ -22,6 +22,7 @@ new Company\UserBundle\CompanyUserBundle(), new IRI\Bundle\WikiTagBundle\WikiTagBundle(), new Symfony\Bundle\DoctrineMigrationsBundle\DoctrineMigrationsBundle(), + new Symfony\Bundle\DoctrineFixturesBundle\DoctrineFixturesBundle(), ); if (in_array($this->getEnvironment(), array('dev', 'test'))) {