diff --git a/app/Jobs/DEPRECATEDContainerStatusJob.php b/app/Jobs/DEPRECATEDContainerStatusJob.php index 22ae06ebd..df6dec7fe 100644 --- a/app/Jobs/DEPRECATEDContainerStatusJob.php +++ b/app/Jobs/DEPRECATEDContainerStatusJob.php @@ -11,7 +11,7 @@ use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Queue\InteractsWithQueue; use Illuminate\Queue\SerializesModels; -class ContainerStatusJob implements ShouldBeEncrypted, ShouldQueue +class DEPRECATEDContainerStatusJob implements ShouldBeEncrypted, ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; diff --git a/app/Jobs/DEPRECATEDServerCheckNewJob.php b/app/Jobs/DEPRECATEDServerCheckNewJob.php index 3e8e60a31..1118366fe 100644 --- a/app/Jobs/DEPRECATEDServerCheckNewJob.php +++ b/app/Jobs/DEPRECATEDServerCheckNewJob.php @@ -12,7 +12,7 @@ use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Queue\InteractsWithQueue; use Illuminate\Queue\SerializesModels; -class ServerCheckNewJob implements ShouldBeEncrypted, ShouldQueue +class DEPRECATEDServerCheckNewJob implements ShouldBeEncrypted, ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; diff --git a/app/Jobs/DEPRECATEDServerResourceManager.php b/app/Jobs/DEPRECATEDServerResourceManager.php index 8a4b55a3f..c50567a01 100644 --- a/app/Jobs/DEPRECATEDServerResourceManager.php +++ b/app/Jobs/DEPRECATEDServerResourceManager.php @@ -15,7 +15,7 @@ use Illuminate\Queue\SerializesModels; use Illuminate\Support\Carbon; use Illuminate\Support\Facades\Log; -class ServerResourceManager implements ShouldQueue +class DEPRECATEDServerResourceManager implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;