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 669aeb8 commit 5089425Copy full SHA for 5089425
Security/LdapAuthenticator.php
@@ -65,14 +65,6 @@ public function authenticate(Request $request): Passport
65
return $passport;
66
}
67
68
- /**
69
- * @internal
70
- */
71
- public function createAuthenticatedToken(PassportInterface $passport, string $firewallName): TokenInterface
72
- {
73
- throw new \BadMethodCallException(sprintf('The "%s()" method cannot be called.', __METHOD__));
74
- }
75
-
76
public function createToken(Passport $passport, string $firewallName): TokenInterface
77
{
78
return $this->authenticator->createToken($passport, $firewallName);
0 commit comments