add dependencies

This commit is contained in:
2014-11-06 16:58:33 +01:00
parent cf9efab1cb
commit 94b9e09d49
4 changed files with 40 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ class AppKernel extends Kernel
new Symfony\Bundle\TwigBundle\TwigBundle(),
new \Symfony\Bundle\AsseticBundle\AsseticBundle(),
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle()
);
}