Created the InfoBundle for informational pages

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-04-13 19:50:37 +00:00
parent 57ae5e6f7a
commit 66f1326dca
10 changed files with 114 additions and 0 deletions

View File

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