From 93b5cc15a623db204207832514c71861571322b4 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Fri, 10 Feb 2023 19:41:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=8F=91=E9=80=81=E9=82=AE=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/Public/RealNameController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Public/RealNameController.php b/app/Http/Controllers/Public/RealNameController.php index 5e9589d..b725871 100644 --- a/app/Http/Controllers/Public/RealNameController.php +++ b/app/Http/Controllers/Public/RealNameController.php @@ -50,7 +50,7 @@ public function validateOrSave(Request $request): bool $user->reduce((string) config('settings.supports.real_name.price'), '实名认证费用。'); - $user->notify(new UserNotification('再次欢迎您!', '再次欢迎您!您的实人认证已通过。', true)); + $user->notify(new UserNotification('再次欢迎您!', '再次欢迎您!您的实人认证已通过。')); return true; }