Remove unused notifications from

ContainerStatusJob
This commit is contained in:
Andras Bacsai 2023-11-16 14:29:23 +01:00
parent 2b666ff121
commit d56c28c8d9

View File

@ -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;