From 9fe4df68b8317858a77aae34165ee9fb2d371f34 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Tue, 10 Jan 2023 21:57:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=9C=E7=94=A8=20mail=20=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Notifications/WorkOrder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/WorkOrder.php b/app/Notifications/WorkOrder.php index 7064cab..dffa620 100644 --- a/app/Notifications/WorkOrder.php +++ b/app/Notifications/WorkOrder.php @@ -31,7 +31,7 @@ public function __construct(WorkOrderModel $work_order) */ public function via(): array { - return [WeComChannel::class, 'mail']; + return [WeComChannel::class]; } /**