Skip to content

Commit 29c54c3

Browse files
committed
[Security] Fix typo in chain provider entity
1 parent 3495929 commit 29c54c3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

reference/configuration/security.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ Each part will be explained in the next section.
7878
# Example custom provider
7979
some_custom_provider:
8080
id: ~
81-
chain:
82-
providers: []
81+
82+
# Chain some providers
83+
chain:
84+
providers: [ entity, memory ]
8385
8486
firewalls: # Required
8587
# Examples:

0 commit comments

Comments
 (0)