fix: update Coolify script

This commit is contained in:
Andras Bacsai 2023-12-13 11:55:08 +01:00
parent f7fca69a23
commit 4ea8916d53

View File

@ -18,7 +18,7 @@ class UpdateCoolify
try {
$settings = InstanceSettings::get();
ray('Running InstanceAutoUpdateJob');
$this->server = Server::find(0)->first();
$this->server = Server::find(0);
if (!$this->server) {
return;
}