diff --git a/src/Entity/Customer.php b/src/Entity/Customer.php index e5e2f2c9..9a41f462 100644 --- a/src/Entity/Customer.php +++ b/src/Entity/Customer.php @@ -696,7 +696,7 @@ class Customer return $this; } - public function getCustomeUser() + public function getCustomerUser() { return $this->customer_user; }