6
0
Fork 0
release
李静 2022-02-18 02:32:53 +00:00 committed by Gitee
parent 6af17d0e51
commit b40263cfe0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class SmsCodeService
'code' => $code,
'type' => $type,
'expires_at' => now()->addSeconds($this->expires),
'user_id' => $user->id,
'user_id' => $user?->id,
]);
}