Skip to content

Commit 8c507cf

Browse files
authored
Merge pull request #188 from kenjis/remove-AccessTokens-forget
refactor: remove unused `AccessTokens::forget()`
2 parents af1d230 + 6808ea0 commit 8c507cf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Authentication/Authenticators/AccessTokens.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -196,14 +196,6 @@ public function logout(): bool
196196
return true;
197197
}
198198

199-
/**
200-
* Removes any remember-me tokens, if applicable.
201-
*/
202-
public function forget(?int $id): void
203-
{
204-
// Nothing to do here...
205-
}
206-
207199
/**
208200
* Returns the currently logged in user.
209201
*/

0 commit comments

Comments
 (0)