We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7e0c0 commit 6808ea0Copy full SHA for 6808ea0
1 file changed
src/Authentication/Authenticators/AccessTokens.php
@@ -198,14 +198,6 @@ public function logout(): bool
198
return true;
199
}
200
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
-
209
/**
210
* Returns the currently logged in user.
211
*/
0 commit comments