We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0426b93 commit 35256e6Copy full SHA for 35256e6
app/Console/Commands/QueueHealthChecks.php
@@ -34,7 +34,7 @@ public function handle(): int
34
$this->output->writeln('Pushing pending health checks');
35
36
Site::query()
37
- ->whereDate(
+ ->where(
38
'last_seen',
39
'<',
40
Carbon::now()->subHours((int) config('autoupdates.healthcheck_interval')) // @phpstan-ignore-line
0 commit comments