Refactor CheckLogDrainContainerJob handle method

This commit is contained in:
Andras Bacsai 2024-06-10 11:56:42 +02:00
parent b455d153ae
commit 2beda08717

View File

@ -40,7 +40,7 @@ public function healthcheck()
return false; return false;
} }
} }
public function handle(): void public function handle()
{ {
// ray("checking log drain statuses for {$this->server->id}"); // ray("checking log drain statuses for {$this->server->id}");
try { try {