Skip to content

Commit a0da4c8

Browse files
authored
Apply fixes from StyleCI (#290)
1 parent f8b53a3 commit a0da4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/AuthService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function verify($id, $hash = null)
4848
/** * @var Authenticatable */
4949
$user = $this->userQuery()->query()->find($id);
5050

51-
if ($user instanceof Sanctumable && ! hash_equals((string)$hash, sha1($user->getEmailForVerification()))) {
51+
if ($user instanceof Sanctumable && ! hash_equals((string) $hash, sha1($user->getEmailForVerification()))) {
5252
throw new AuthorizationException('Invalid hash');
5353
}
5454

0 commit comments

Comments
 (0)