This commit is contained in:
Andras Bacsai
2024-11-15 08:56:17 +01:00
parent fba1242213
commit 0e8f5d61bc

View File

@@ -25,7 +25,7 @@ class ServerStorageCheckJob implements ShouldBeEncrypted, ShouldQueue
return isDev() ? 1 : 3; return isDev() ? 1 : 3;
} }
public function __construct(public Server $server, public ?int $percentage = null) {} public function __construct(public Server $server, public int|string|null $percentage = null) {}
public function handle() public function handle()
{ {