Fix typo on customer user getter #730
This commit is contained in:
parent
f7f182e062
commit
202b984aa2
1 changed files with 1 additions and 1 deletions
|
|
@ -696,7 +696,7 @@ class Customer
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function getCustomeUser()
|
||||
public function getCustomerUser()
|
||||
{
|
||||
return $this->customer_user;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue