Updated City Model and Resource.

This commit is contained in:
2023-06-14 13:36:40 +03:00
parent 6d0423fa34
commit 1dcf619555
3 changed files with 8 additions and 0 deletions
@@ -19,6 +19,7 @@ class CityResource extends JsonResource
'id' => $this->id,
'uuid' => $this->uuid,
'name' => $this->name,
'url' => $this->url,
];
}
}