fix: dev containerjobs
This commit is contained in:
parent
6ced607f2a
commit
49c56524e1
@ -39,6 +39,9 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
|
||||
|
||||
public function __construct(public Server $server)
|
||||
{
|
||||
if (isDev()) {
|
||||
$this->handle();
|
||||
}
|
||||
}
|
||||
|
||||
public function handle()
|
||||
|
Loading…
x
Reference in New Issue
Block a user