Refactor code
This commit is contained in:
parent
ab3b72bd1f
commit
7e9e333d24
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
$displayName = $instanceSettings->getTitleDisplayName();
|
||||
|
||||
if(strlen($displayName) > 0) {
|
||||
$name = $instanceSettings->getTitleDisplayName() . ' ';
|
||||
$name = $displayName . ' ';
|
||||
}
|
||||
}
|
||||
@endphp
|
||||
|
|
|
|||
Loading…
Reference in a new issue