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;