1
0
Fork 0

Merge branch 'develop'

main
vine_liutk 2023-09-15 16:17:51 +08:00
commit 5163c84c65
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class RegionResource extends JsonResource
return [
'id' => $this->id,
'name' => $this->name,
'cover' => $this->cover,
'cover' => $this->cover ?: url('default.svg'),
'director' => $this->director,
'area' => $this->area,
'description' => $this->description,