Skip to content

Commit 1b57c67

Browse files
[Security] remove some legacy
1 parent 8e6b113 commit 1b57c67

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Tests/Authenticator/AbstractAuthenticatorTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ public function createToken(Passport $passport, string $firewallName): TokenInte
4343
return parent::createToken($passport, $firewallName);
4444
}
4545

46-
public function createAuthenticatedToken(PassportInterface $passport, string $firewallName): TokenInterface
47-
{
48-
return parent::createAuthenticatedToken($passport, $firewallName);
49-
}
50-
5146
public function supports(Request $request): ?bool
5247
{
5348
return null;

0 commit comments

Comments
 (0)