From 8fffc82a7f7324dcf2750be08cf2b7be5afc943c Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Thu, 2 Oct 2025 14:58:12 +0900 Subject: [PATCH] dbmsv3 init...1 --- app/Entities/Customer/ServiceEntity.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Entities/Customer/ServiceEntity.php b/app/Entities/Customer/ServiceEntity.php index 043e82d..dd3a005 100644 --- a/app/Entities/Customer/ServiceEntity.php +++ b/app/Entities/Customer/ServiceEntity.php @@ -47,9 +47,9 @@ class ServiceEntity extends CustomerEntity return $this->attributes['payment_uid'] ?? null; } //기본기능용 - public function getTitle(): string + public function getCustomTitle(): string { - return sprintf("[%s]%s", $this->getCode(), $this->getServerEntity()->getTitle()); + return sprintf("[%s] %s", $this->getCode(), $this->getServerEntity()->getTitle()); } final public function getSite(): string {