Skip to content

Commit 554fc79

Browse files
committed
Fix method name
1 parent 5872939 commit 554fc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/authenticator_manager.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ would initialize the passport like this::
616616
return $passport;
617617
}
618618

619-
public function createAuthenticatedToken(Passport $passport, string $firewallName): TokenInterface
619+
public function createToken(Passport $passport, string $firewallName): TokenInterface
620620
{
621621
// read the attribute value
622622
return new CustomOauthToken($passport->getUser(), $passport->getAttribute('scope'));

0 commit comments

Comments
 (0)