From 202b984aa21c2b2f046edfa13cdc7224b39851fc Mon Sep 17 00:00:00 2001 From: Ramon Gutierrez Date: Sat, 18 Feb 2023 15:43:02 +0800 Subject: [PATCH] Fix typo on customer user getter #730 --- src/Entity/Customer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }