Update City, Company Controllers to fetch new data.
Cleared CityResource from a comment.
This commit is contained in:
@@ -14,7 +14,6 @@ class CityResource extends JsonResource
|
||||
*/
|
||||
public function toArray(Request $request): array
|
||||
{
|
||||
//return parent::toArray($request);
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'uuid' => $this->uuid,
|
||||
|
||||
Reference in New Issue
Block a user