add dependencies

This commit is contained in:
2014-11-06 16:58:33 +01:00
parent 0b739efc16
commit c5c1b84f88
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()
);
}