This commit is contained in:
TL 2022-07-05 10:42:46 +08:00
parent 71395b5e40
commit f91310de78
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class AddressResource extends JsonResource
public function toArray($request)
{
$data = [
'id' => $this->id,
'name' => $this->name,
'phone' => $this->phone,
'country_id' => $this->country_id,