mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore: Refactor ServerStatusJob constructor formatting
This commit is contained in:
parent
c015c8f45d
commit
116f5afe3c
1 changed files with 4 additions and 2 deletions
|
|
@ -25,7 +25,9 @@ class ServerStatusJob implements ShouldBeEncrypted, ShouldQueue
|
|||
return isDev() ? 1 : 3;
|
||||
}
|
||||
|
||||
public function __construct(public Server $server) {}
|
||||
public function __construct(public Server $server)
|
||||
{
|
||||
}
|
||||
|
||||
public function middleware(): array
|
||||
{
|
||||
|
|
@ -51,7 +53,7 @@ class ServerStatusJob implements ShouldBeEncrypted, ShouldQueue
|
|||
}
|
||||
}
|
||||
} catch (\Throwable $e) {
|
||||
send_internal_notification('ServerStatusJob failed with: '.$e->getMessage());
|
||||
// send_internal_notification('ServerStatusJob failed with: '.$e->getMessage());
|
||||
ray($e->getMessage());
|
||||
|
||||
return handleError($e);
|
||||
|
|
|
|||
Loading…
Reference in a new issue