Compare commits
3 Commits
49c55a8fd7
...
5163c84c65
| Author | SHA1 | Date |
|---|---|---|
|
|
5163c84c65 | |
|
|
39429174ae | |
|
|
51f14d80da |
|
|
@ -17,7 +17,7 @@ class RegionResource extends JsonResource
|
||||||
return [
|
return [
|
||||||
'id' => $this->id,
|
'id' => $this->id,
|
||||||
'name' => $this->name,
|
'name' => $this->name,
|
||||||
'cover' => $this->cover,
|
'cover' => $this->cover ?: url('default.svg'),
|
||||||
'director' => $this->director,
|
'director' => $this->director,
|
||||||
'area' => $this->area,
|
'area' => $this->area,
|
||||||
'description' => $this->description,
|
'description' => $this->description,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue