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 eb4a088 commit 3a0cb17Copy full SHA for 3a0cb17
reference/configuration/security.rst
@@ -30,8 +30,10 @@ Each part will be explained in the next section.
30
strategy: affirmative # One of affirmative, consensus, unanimous
31
allow_if_all_abstain: false
32
allow_if_equal_granted_denied: true
33
- acl:
34
+ # ACL support was deprecated in Symfony 3.4 and removed in Symfony 4.0
35
+ # Use https://github.com/symfony/acl-bundle instead
36
+ acl:
37
# any name configured in doctrine.dbal section
38
connection: ~
39
cache:
0 commit comments