Skip to content

Commit 38ebf87

Browse files
chrysanthosgithub-actions[bot]
authored andcommitted
formatting
1 parent ee29ceb commit 38ebf87

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
@@ -35,7 +35,7 @@ public function storeOtpCode(string $key, $otp)
3535

3636
public function check(User $user, $otp): bool
3737
{
38-
return (int)$otp === (int)Session::get($this->generateKey($user));
38+
return (int) $otp === (int) Session::get($this->generateKey($user));
3939
}
4040

4141
public function generateKey(Authenticatable $user): string

0 commit comments

Comments
 (0)