Refactor CheckLogDrainContainerJob handle method
This commit is contained in:
parent
b455d153ae
commit
2beda08717
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public function healthcheck()
|
|||
return false;
|
||||
}
|
||||
}
|
||||
public function handle(): void
|
||||
public function handle()
|
||||
{
|
||||
// ray("checking log drain statuses for {$this->server->id}");
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue