mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-29 17:34:02 +00:00
create delete district route and update district setting with postcode
This commit is contained in:
@@ -17,6 +17,7 @@ class DistrictResource extends JsonResource
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'city' => $this->name,
|
||||
'postcodes' => json_decode($this->postcode),
|
||||
'state' => $this->state,
|
||||
'country' => $this->country
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user