fix: dev containerjobs

This commit is contained in:
Andras Bacsai 2023-10-13 15:17:04 +02:00
parent 6ced607f2a
commit 49c56524e1

View file

@ -39,6 +39,9 @@ public function uniqueId(): string
public function __construct(public Server $server)
{
if (isDev()) {
$this->handle();
}
}
public function handle()