8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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