mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-18 01:20:31 +00:00
Refactor code
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
$displayName = $instanceSettings->getTitleDisplayName();
|
||||
|
||||
if(strlen($displayName) > 0) {
|
||||
$name = $instanceSettings->getTitleDisplayName() . ' ';
|
||||
$name = $displayName . ' ';
|
||||
}
|
||||
}
|
||||
@endphp
|
||||
|
||||
Reference in New Issue
Block a user