Skip to content

Commit a100d9c

Browse files
chrysanthosgithub-actions[bot]
authored andcommitted
formatting
1 parent fe480bd commit a100d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/OtpService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function generateOtpSentKey(Authenticatable $user): string
6060

6161
public function optSendRecently(Authenticatable $user): bool
6262
{
63-
if (!Session::has($key = $this->generateOtpSentKey($user))) {
63+
if (! Session::has($key = $this->generateOtpSentKey($user))) {
6464
return false;
6565
}
6666

0 commit comments

Comments
 (0)