mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 21:20:29 +00:00
rector: arrrrr
This commit is contained in:
@@ -25,7 +25,7 @@ class UpdateCoolify
|
||||
return;
|
||||
}
|
||||
$settings = instanceSettings();
|
||||
$this->server = Server::find(0);
|
||||
$this->server = Server::query()->find(0);
|
||||
if (! $this->server) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user