Fix
parent
6af17d0e51
commit
b40263cfe0
|
|
@ -71,7 +71,7 @@ class SmsCodeService
|
|||
'code' => $code,
|
||||
'type' => $type,
|
||||
'expires_at' => now()->addSeconds($this->expires),
|
||||
'user_id' => $user->id,
|
||||
'user_id' => $user?->id,
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue