diff --git a/app/Jobs/DockerCleanupJob.php b/app/Jobs/DockerCleanupJob.php index 785940ee6..a88b4c2f5 100644 --- a/app/Jobs/DockerCleanupJob.php +++ b/app/Jobs/DockerCleanupJob.php @@ -20,7 +20,7 @@ class DockerCleanupJob implements ShouldBeEncrypted, ShouldQueue public $timeout = 300; - public ?int $usageBefore = null; + public int|string|null $usageBefore = null; public function __construct(public Server $server) {}