Update disk_usage property type in ServerStatusJob

This commit is contained in:
Andras Bacsai 2024-02-14 15:21:03 +01:00
parent 1f18542960
commit dab13c92eb

View File

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