We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe480bd commit a100d9cCopy full SHA for a100d9c
src/Support/OtpService.php
@@ -60,7 +60,7 @@ public function generateOtpSentKey(Authenticatable $user): string
60
61
public function optSendRecently(Authenticatable $user): bool
62
{
63
- if (!Session::has($key = $this->generateOtpSentKey($user))) {
+ if (! Session::has($key = $this->generateOtpSentKey($user))) {
64
return false;
65
}
66
0 commit comments