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