Create the UserBundle to store user accounts
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
@@ -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'))) {
|
||||
|
Reference in New Issue
Block a user