mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 12:37:54 +08:00
Fix typo
This commit is contained in:
@ -40,7 +40,7 @@ class CommController extends Controller
|
||||
$email = $request->input('email');
|
||||
$cacheKey = 'sendEmailVerify:' . $email;
|
||||
if (Cache::get($cacheKey)) {
|
||||
abort(500, '验证码已发送,请过一会在请求');
|
||||
abort(500, '验证码已发送,请过一会再请求');
|
||||
}
|
||||
$code = Helper::randomChar(6);
|
||||
$subject = config('v2board.app_name', 'V2Board') . '邮箱验证码';
|
||||
|
Reference in New Issue
Block a user