1
0
Fork 0

Compare commits

..

No commits in common. "5163c84c65031f3be5b74f5aa227b9c6e8731a30" and "49c55a8fd7fe4c1e90f77c3b7b108e60844f6669" have entirely different histories.

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 ?: url('default.svg'),
'cover' => $this->cover,
'director' => $this->director,
'area' => $this->area,
'description' => $this->description,