Propel init
This commit is contained in:
parent
c67bc1c50f
commit
8a037f95e9
16 changed files with 94 additions and 51 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue