dbmsv2 init...1
This commit is contained in:
parent
f5dec0c746
commit
93c9ba201e
@ -19,7 +19,7 @@ class ServiceEntity extends CustomerEntity
|
||||
}
|
||||
final public function getServerEntity(): ServerEntity
|
||||
{
|
||||
return $this->attributes['paymentEntity'];
|
||||
return $this->attributes['serverEntity'];
|
||||
}
|
||||
final public function setPaymentEntity(PaymentEntity $entity): self
|
||||
{
|
||||
@ -28,7 +28,7 @@ class ServiceEntity extends CustomerEntity
|
||||
}
|
||||
final public function getPaymentEntity(): PaymentEntity
|
||||
{
|
||||
return $this->attributes['serverEntity'];
|
||||
return $this->attributes['paymentEntity'];
|
||||
}
|
||||
final public function getUserUID(): string
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user