This commit is contained in:
2023-09-11 09:00:28 +07:00
parent 5e8bcab6ac
commit e8fb41a57d
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ class LivechatController extends Controller
if ($liveChat->doctor->user->detail !== null) {
if ($liveChat->doctor->user->detail->sTitlePrefix !== null) {
$fullNameDoctor .= $liveChat->doctor->user->detail->sTitlePrefix . ' ';
$fullNameDoctor .= $liveChat->doctor->user->detail->sTitlePrefix . '. ';
}
if ($liveChat->doctor->user->full_name !== null) {