fix: dev containerjobs
This commit is contained in:
parent
6ced607f2a
commit
49c56524e1
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ public function uniqueId(): string
|
|||
|
||||
public function __construct(public Server $server)
|
||||
{
|
||||
if (isDev()) {
|
||||
$this->handle();
|
||||
}
|
||||
}
|
||||
|
||||
public function handle()
|
||||
|
|
|
|||
Loading…
Reference in a new issue