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

Commit d44c99f

Browse files
committed
Whitespace, see #3 (comment).
1 parent 44e6d06 commit d44c99f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TwoFactorAuthenticable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ private function upsertTwoFactorAuthId(string $id) : void
5757
{
5858
DB::transaction(function () use ($id) {
5959
$attributes = ['id' => $id];
60+
6061
if (!$this->twoFactorAuth()->exists()) {
6162
$this->twoFactorAuth()->create($attributes);
6263
} else {

0 commit comments

Comments
 (0)