Skip to content

Commit 7d3d6e3

Browse files
imrealashuStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent c70356b commit 7d3d6e3

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)