Skip to content

Commit eeeb57b

Browse files
Add missing pattern to php configuration
1 parent 95135ae commit eeeb57b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cookbook/security/multiple_guard_authenticators.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ This is an example of your configuration:
142142
// ...
143143
'firewalls' => array(
144144
'api' => array(
145+
'pattern' => '^/api',
145146
'guard' => array(
146147
'authenticators' => array(
147148
'app.api_token_authenticator',

0 commit comments

Comments
 (0)