From a32723c8ec06519832ecb918cab55f947cacc8f5 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Tue, 10 Jan 2023 20:47:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Events/{ServerEvent.php => Servers.php} | 2 +- .../{UserBalanceNotification.php => UserBalance.php} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename app/Events/{ServerEvent.php => Servers.php} (88%) rename app/Notifications/{UserBalanceNotification.php => UserBalance.php} (95%) diff --git a/app/Events/ServerEvent.php b/app/Events/Servers.php similarity index 88% rename from app/Events/ServerEvent.php rename to app/Events/Servers.php index fd79397..75529fe 100644 --- a/app/Events/ServerEvent.php +++ b/app/Events/Servers.php @@ -5,7 +5,7 @@ use Illuminate\Broadcasting\Channel; use Illuminate\Contracts\Broadcasting\ShouldBroadcast; -class ServerEvent extends Event implements ShouldBroadcast +class Servers extends Event implements ShouldBroadcast { public array $data; diff --git a/app/Notifications/UserBalanceNotification.php b/app/Notifications/UserBalance.php similarity index 95% rename from app/Notifications/UserBalanceNotification.php rename to app/Notifications/UserBalance.php index bfe62fc..749f3cf 100644 --- a/app/Notifications/UserBalanceNotification.php +++ b/app/Notifications/UserBalance.php @@ -9,7 +9,7 @@ use Illuminate\Support\Facades\Http; use Illuminate\Support\Facades\Log; -class UserBalanceNotification extends Notification implements ShouldQueue +class UserBalance extends Notification implements ShouldQueue { use Queueable;