Skip to content

Commit ff729c5

Browse files
javiereguiluzxabbuh
authored andcommitted
Reverted a change made by mistake
1 parent 2831204 commit ff729c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/guard_authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ This requires you to implement six methods::
183183

184184
public function getUser($credentials, UserProviderInterface $userProvider)
185185
{
186-
$apiKey = $credentials'token'];
186+
$apiKey = $credentials['token'];
187187

188188
// if null, authentication will fail
189189
// if a User object, checkCredentials() is called

0 commit comments

Comments
 (0)