Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldzjap committed Apr 19, 2019
1 parent 5c7f5cf commit 368f859
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TwoFactorAuthenticable.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public function setTwoFactorAuthId(string $id) : void
$enabled = config('twofactor-auth.enabled', 'user');

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

Expand Down

0 comments on commit 368f859

Please sign in to comment.