Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 368f859

Browse files
committed
Remove redundant comment
1 parent 5c7f5cf commit 368f859

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TwoFactorAuthenticable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public function setTwoFactorAuthId(string $id) : void
3131
$enabled = config('twofactor-auth.enabled', 'user');
3232

3333
if ($enabled === 'user') {
34-
// respect when 2fa is not set for user, never insert
3534
$this->twoFactorAuth->update(['id' => $id]);
3635
}
3736

0 commit comments

Comments
 (0)