Skip to content

Commit 8ea50dc

Browse files
committed
refactor: Update DockerCleanupJob to handle nullable usageBefore property
1 parent ec191af commit 8ea50dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Jobs/DockerCleanupJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class DockerCleanupJob implements ShouldBeEncrypted, ShouldQueue
2020

2121
public $timeout = 300;
2222

23-
public ?int $usageBefore = null;
23+
public int|string|null $usageBefore = null;
2424

2525
public function __construct(public Server $server) {}
2626

0 commit comments

Comments
 (0)