add doctrine fixtures bundle

This commit is contained in:
2014-11-09 13:49:19 +01:00
parent c77bfe989c
commit 568bf4f3c2
3 changed files with 42 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ class AppKernel extends Kernel
new \Symfony\Bundle\AsseticBundle\AsseticBundle(),
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new \Chill\MainBundle\ChillMainBundle,
new \Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle()
#add here all the required bundle (some bundle are not required)
);
}