Skip to content

Commit

Permalink
Commit from GitHub Actions (style-fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Apr 24, 2023
1 parent 1ff50d9 commit ac8287e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AccessCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ private function getResponseAccessCodeFromCookie()
return response()->view(
config('magiclink.access-code.view', 'magiclink::ask-for-access-code-form'),
[],
403);
403
);
}

return null;
Expand Down

0 comments on commit ac8287e

Please sign in to comment.