Skip to content

Commit ac8287e

Browse files
committed
Commit from GitHub Actions (style-fix)
1 parent 1ff50d9 commit ac8287e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AccessCode.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ private function getResponseAccessCodeFromCookie()
7777
return response()->view(
7878
config('magiclink.access-code.view', 'magiclink::ask-for-access-code-form'),
7979
[],
80-
403);
80+
403
81+
);
8182
}
8283

8384
return null;

0 commit comments

Comments
 (0)