Skip to content

Commit 5089425

Browse files
committed
Remove method for Sf 5.4 compatibility
1 parent 669aeb8 commit 5089425

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Security/LdapAuthenticator.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,6 @@ public function authenticate(Request $request): Passport
6565
return $passport;
6666
}
6767

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-
7668
public function createToken(Passport $passport, string $firewallName): TokenInterface
7769
{
7870
return $this->authenticator->createToken($passport, $firewallName);

0 commit comments

Comments
 (0)