Skip to content

Commit 6808ea0

Browse files
committed
refactor: remove unused AccessTokens::forget()
1 parent cb7e0c0 commit 6808ea0

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
@@ -198,14 +198,6 @@ public function logout(): bool
198198
return true;
199199
}
200200

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

0 commit comments

Comments
 (0)