From 4ea8916d5359eb06cc658a9adb0e177b5f498dbb Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 13 Dec 2023 11:55:08 +0100 Subject: [PATCH] fix: update Coolify script --- app/Actions/Server/UpdateCoolify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Actions/Server/UpdateCoolify.php b/app/Actions/Server/UpdateCoolify.php index 6fd74025c..4c2c57f60 100644 --- a/app/Actions/Server/UpdateCoolify.php +++ b/app/Actions/Server/UpdateCoolify.php @@ -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; }