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 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
public function __construct(public Server $server) public function __construct(public Server $server)
{ {
$this->handle(); // $this->handle();
} }
public function handle() public function handle()