Skip to content

Commit 867a608

Browse files
authored
Merge pull request #31 from thecodework/analysis-zYW0Lv
Apply fixes from StyleCI
2 parents 685cbb1 + 7d3d6e3 commit 867a608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/TwoFactorAuthenticationController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function setupTwoFactorAuthentication(Request $request)
3636

3737
$barcode = $totp->getQrCodeUri();
3838

39-
return view('2fa::setup', compact('barcode','user'));
39+
return view('2fa::setup', compact('barcode', 'user'));
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)