From d56c28c8d905ec7a151dfb17d88e0e240cea297e Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 16 Nov 2023 14:29:23 +0100 Subject: [PATCH] Remove unused notifications from ContainerStatusJob --- app/Jobs/ContainerStatusJob.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Jobs/ContainerStatusJob.php b/app/Jobs/ContainerStatusJob.php index 25c1e40c9..74d300c38 100644 --- a/app/Jobs/ContainerStatusJob.php +++ b/app/Jobs/ContainerStatusJob.php @@ -8,8 +8,6 @@ use App\Models\ApplicationPreview; use App\Models\Server; use App\Notifications\Container\ContainerRestarted; use App\Notifications\Container\ContainerStopped; -use App\Notifications\Server\Revived; -use App\Notifications\Server\Unreachable; use Illuminate\Bus\Queueable; use Illuminate\Contracts\Queue\ShouldBeEncrypted; use Illuminate\Contracts\Queue\ShouldQueue;