execute handle on containerstatusjob

This commit is contained in:
Andras Bacsai 2023-12-21 09:28:47 +01:00
parent 29ee9915f3
commit 794cfbd8eb

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()