refactor: Update DockerCleanupJob to handle nullable usageBefore property
This commit is contained in:
parent
ec191af874
commit
8ea50dc029
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue