Fix typo on customer user getter #730

This commit is contained in:
Ramon Gutierrez 2023-02-18 15:43:02 +08:00
parent f7f182e062
commit 202b984aa2

View file

@ -696,7 +696,7 @@ class Customer
return $this;
}
public function getCustomeUser()
public function getCustomerUser()
{
return $this->customer_user;
}