Comment out handle() method call in

ContainerStatusJob constructor
This commit is contained in:
Andras Bacsai 2023-12-20 20:01:45 +01:00
parent 694169bb84
commit d7cfa0578f

View File

@ -39,7 +39,7 @@ public function uniqueId(): int
public function __construct(public Server $server)
{
$this->handle();
// $this->handle();
}
public function handle()