This commit is contained in:
parent
7a56083e3e
commit
e3335cfb26
|
|
@ -71,7 +71,7 @@ class AddressRepo
|
|||
$customer = CustomerRepo::find($customer);
|
||||
}
|
||||
if ($customer) {
|
||||
return $customer->addresses()->with('country')->get();
|
||||
return $customer->addresses()->with('country', 'zone')->get();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue