This commit is contained in:
parent
71395b5e40
commit
f91310de78
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue