implements user-scope-role-scope first work

This commit is contained in:
2014-10-24 12:19:30 +02:00
parent d9aa417e3c
commit 445daecfc0
11 changed files with 197 additions and 70 deletions

View File

@@ -13,6 +13,7 @@ class AppKernel extends Kernel
new Symfony\Bundle\SecurityBundle\SecurityBundle(),
new Symfony\Bundle\TwigBundle\TwigBundle(),
new \Symfony\Bundle\AsseticBundle\AsseticBundle(),
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
);
}