diff --git a/app/Entities/Customer/ClientEntity.php b/app/Entities/Customer/ClientEntity.php index c7f5362..5cf0604 100644 --- a/app/Entities/Customer/ClientEntity.php +++ b/app/Entities/Customer/ClientEntity.php @@ -16,7 +16,7 @@ class ClientEntity extends CustomerEntity //기본기능 public function getCustomTitle(string $field = ClientModel::TITLE): string { - return sprintf("[%s]%s", $this->getCode(), $this->$field); + return sprintf("%s/%s", $this->getSite(), $this->$field); } final public function getCode(): string {