Compare commits
3 Commits
49c55a8fd7
...
5163c84c65
| Author | SHA1 | Date |
|---|---|---|
|
|
5163c84c65 | |
|
|
39429174ae | |
|
|
51f14d80da |
|
|
@ -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