Skip to content

Commit 825a6e6

Browse files
committed
docs: remove @todo
1 parent c23fd8f commit 825a6e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Authentication/Authenticators/Session.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ public function loggedIn(): bool
172172
*/
173173
public function login(User $user): bool
174174
{
175-
// @todo Authenticatable should define getEmailIdentity() or this should require User
176175
$this->user = $user;
177176

178177
// Update the user's last used date on their password identity.

0 commit comments

Comments
 (0)