Merge branch 'develop'
commit
5163c84c65
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue