Propel init

This commit is contained in:
Simon Vieille 2016-02-20 19:14:23 +01:00
commit 8a037f95e9
16 changed files with 94 additions and 51 deletions

View file

@ -15,7 +15,8 @@ class AppKernel extends Kernel
new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
new AppBundle\AppBundle(),
new Propel\Bundle\PropelBundle\PropelBundle(),
new NotifyBundle\NotifyBundle(),
];
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {