mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 @@ class CheckLogDrainContainerJob implements ShouldQueue, ShouldBeEncrypted
|
|||
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