add new resource check to kernel.php

This commit is contained in:
Andras Bacsai
2024-11-03 14:53:44 +01:00
parent 9ff73d62e1
commit 6987951efe
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ class ServerCheckNewJob implements ShouldBeEncrypted, ShouldQueue
public function handle()
{
try {
ServerCheck::dispatch($this->server);
ServerCheck::run($this->server);
} catch (\Throwable $e) {
return handleError($e);
}