Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 18, 2022
1 parent 7301d72 commit 1525bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/TwoFactorQrCodeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function show(Request $request)
}

return response()->json([
'svg' => $request->user()->twoFactorQrCodeSvg(),
'svg' => $request->user()->twoFactorQrCodeSvg(),
'url' => $request->user()->twoFactorQrCodeUrl(),
]);
}
Expand Down

0 comments on commit 1525bc4

Please sign in to comment.