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 8f0756d commit 0503e4fCopy full SHA for 0503e4f
src/Loader/AuthenticationServiceLoader.php
@@ -61,7 +61,7 @@ protected function loadIdentifiers($service)
61
'15.2.0',
62
'Configuring identifiers globally via `Auth.Identifiers` is deprecated. ' .
63
'Please move each identifier\'s configuration into the `identifier` key within its specific authenticator under `Auth.Authenticators`. ' .
64
- 'For example, the `Auth.Identifiers.Password` configuration should now be placed inside `Auth.Authenticators.Form.identifier`.'
+ 'For example, the `Auth.Identifiers.Password` configuration should now be placed inside `Auth.Authenticators.Form.identifier`.',
65
);
66
67
foreach ($identifiers as $key => $item) {
0 commit comments