Compare commits
No commits in common. "5163c84c65031f3be5b74f5aa227b9c6e8731a30" and "49c55a8fd7fe4c1e90f77c3b7b108e60844f6669" have entirely different histories.
5163c84c65
...
49c55a8fd7
|
|
@ -17,7 +17,7 @@ class RegionResource extends JsonResource
|
|||
return [
|
||||
'id' => $this->id,
|
||||
'name' => $this->name,
|
||||
'cover' => $this->cover ?: url('default.svg'),
|
||||
'cover' => $this->cover,
|
||||
'director' => $this->director,
|
||||
'area' => $this->area,
|
||||
'description' => $this->description,
|
||||
|
|
|
|||
Loading…
Reference in New Issue