dbmsv2 init...1

This commit is contained in:
choi.jh 2025-09-23 11:51:31 +09:00
parent f5dec0c746
commit 93c9ba201e

View File

@ -19,7 +19,7 @@ class ServiceEntity extends CustomerEntity
} }
final public function getServerEntity(): ServerEntity final public function getServerEntity(): ServerEntity
{ {
return $this->attributes['paymentEntity']; return $this->attributes['serverEntity'];
} }
final public function setPaymentEntity(PaymentEntity $entity): self final public function setPaymentEntity(PaymentEntity $entity): self
{ {
@ -28,7 +28,7 @@ class ServiceEntity extends CustomerEntity
} }
final public function getPaymentEntity(): PaymentEntity final public function getPaymentEntity(): PaymentEntity
{ {
return $this->attributes['serverEntity']; return $this->attributes['paymentEntity'];
} }
final public function getUserUID(): string final public function getUserUID(): string
{ {