Create the UserBundle to store user accounts

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-04-17 17:29:29 +00:00
parent 2d7ebdbf6c
commit f18f8c7f61
10 changed files with 114 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ class AppKernel extends Kernel
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
new JMS\SecurityExtraBundle\JMSSecurityExtraBundle(),
new OpenScrum\InfoBundle\OpenScrumInfoBundle(),
new OpenScrum\UserBundle\OpenScrumUserBundle(),
);
if (in_array($this->getEnvironment(), array('dev', 'test'))) {