large commit

This commit is contained in:
omair saleh
2021-03-11 13:06:02 +08:00
parent 13ddf458db
commit 05401f6bbc
729 changed files with 23312 additions and 7218 deletions
+2 -4
View File
@@ -16,14 +16,12 @@ class AddressResource extends JsonResource
{
return [
'id' => $this->id,
'company_id' => $this->company_id,
'street_one' => $this->street_one,
'street_two' => $this->street_two,
'city' => $this->city,
'district' => $this->district,
'state' => $this->state,
'post_code' => $this->post_code,
'post_code' => $this->postcode,
'country' => $this->country,
'default' => (int) $this->default,
'billing' => (int) $this->billing
];
}