8000 Mention that ACL is deprecated in the security config reference · symfony/symfony-docs@3a0cb17 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a0cb17

Browse files
committed
Mention that ACL is deprecated in the security config reference
1 parent eb4a088 commit 3a0cb17

Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ Each part will be explained in the next section.
3030
strategy: affirmative # One of affirmative, consensus, unanimous
3131
allow_if_all_abstain: false
3232
allow_if_equal_granted_denied: true
33-
acl:
3433
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:
3537
# any name configured in doctrine.dbal section
3638
connection: ~
3739
cache: