mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-18 04:59:31 +00:00
fix instanceSettings
This commit is contained in:
@@ -48,7 +48,7 @@ class Change extends Component
|
||||
}
|
||||
public function mount()
|
||||
{
|
||||
$settings = InstanceSettings::first();
|
||||
$settings = InstanceSettings::get();
|
||||
if ($settings->fqdn) {
|
||||
$this->host = $settings->fqdn;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user