Skip to content

Commit 2beda08

Browse files
committed
Refactor CheckLogDrainContainerJob handle method
1 parent b455d15 commit 2beda08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Jobs/CheckLogDrainContainerJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function healthcheck()
4040
return false;
4141
}
4242
}
43-
public function handle(): void
43+
public function handle()
4444
{
4545
// ray("checking log drain statuses for {$this->server->id}");
4646
try {

0 commit comments

Comments
 (0)