Comment out handle() method call in
ContainerStatusJob constructor
This commit is contained in:
parent
694169bb84
commit
d7cfa0578f
@ -39,7 +39,7 @@ public function uniqueId(): int
|
||||
|
||||
public function __construct(public Server $server)
|
||||
{
|
||||
$this->handle();
|
||||
// $this->handle();
|
||||
}
|
||||
|
||||
public function handle()
|
||||
|
Loading…
Reference in New Issue
Block a user