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 {