diff --git a/app/Jobs/ServerStatusJob.php b/app/Jobs/ServerStatusJob.php index b327c3a7c..d0243fa9a 100644 --- a/app/Jobs/ServerStatusJob.php +++ b/app/Jobs/ServerStatusJob.php @@ -16,7 +16,7 @@ class ServerStatusJob implements ShouldQueue, ShouldBeEncrypted { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; - public ?int $disk_usage = null; + public int|string|null $disk_usage = null; public $tries = 4; public function backoff(): int {