不发送邮件

This commit is contained in:
iVampireSP.com 2023-02-10 19:41:40 +08:00
parent c63d1ebba3
commit 93b5cc15a6
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -50,7 +50,7 @@ public function validateOrSave(Request $request): bool
$user->reduce((string) config('settings.supports.real_name.price'), '实名认证费用。'); $user->reduce((string) config('settings.supports.real_name.price'), '实名认证费用。');
$user->notify(new UserNotification('再次欢迎您!', '再次欢迎您!您的实人认证已通过。', true)); $user->notify(new UserNotification('再次欢迎您!', '再次欢迎您!您的实人认证已通过。'));
return true; return true;
} }