From 4ad741c18fd34d2f183e551c032c081c1454a8c2 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Wed, 1 Mar 2023 22:55:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20=E6=9C=AA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E6=9E=84=E9=80=A0=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Notifications/User/UserCharged.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/Notifications/User/UserCharged.php b/app/Notifications/User/UserCharged.php index 56c1464..c73e579 100644 --- a/app/Notifications/User/UserCharged.php +++ b/app/Notifications/User/UserCharged.php @@ -12,16 +12,6 @@ class UserCharged extends Notification implements ShouldQueue { use Queueable; - /** - * Create a new notification instance. - * - * @return void - */ - public function __construct() - { - // - } - /** * Get the notification's delivery channels. */