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 2831204 commit ff729c5Copy full SHA for ff729c5
security/guard_authentication.rst
@@ -183,7 +183,7 @@ This requires you to implement six methods::
183
184
public function getUser($credentials, UserProviderInterface $userProvider)
185
{
186
- $apiKey = $credentials'token'];
+ $apiKey = $credentials['token'];
187
188
// if null, authentication will fail
189
// if a User object, checkCredentials() is called
0 commit comments