Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da8b12 commit 3164ab8Copy full SHA for 3164ab8
src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Acl/config.yml
@@ -22,3 +22,9 @@ security:
22
users:
23
kevin: { password: test, roles: [ROLE_USER] }
24
anne: { password: test, roles: [ROLE_ADMIN]}
25
+
26
+# to be removed once https://github.com/doctrine/DoctrineBundle/pull/684 is merged
27
+services:
28
+ Doctrine\Bundle\DoctrineBundle\Command\:
29
+ resource: "@DoctrineBundle/Command/*"
30
+ tags: [console.command]
0 commit comments