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