Skip to content

Commit 3a0cb17

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/configuration/security.rst

Lines changed: 3 additions & 1 deletion
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:

0 commit comments

Comments
 (0)