mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
Refactor instanceSettings() function for improved code readability
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
@use('App\Models\InstanceSettings')
|
||||
@php
|
||||
|
||||
$instanceSettings = \App\Models\InstanceSettings::get();
|
||||
$instanceSettings = instanceSettings();
|
||||
$name = null;
|
||||
|
||||
if ($instanceSettings) {
|
||||
|
||||
Reference in New Issue
Block a user