Skip to content

Commit

Permalink
Merge branch 'v5' of github.com:ushahidi/platform into v5
Browse files Browse the repository at this point in the history
  • Loading branch information
rowasc committed Aug 2, 2020
2 parents f9e2fdf + 9f8c3de commit ee4ebcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v5/Http/Resources/SurveyResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public function toArray($request)
'id' => $this->id,
'name' => $this->name,
'description' => $this->description,
'translations' => new TranslationCollection($this->translations),
'enabled_languages' => [
'default'=> $this->base_language,
'available' => $this->translations->groupBy('language')->keys()
Expand Down

0 comments on commit ee4ebcc

Please sign in to comment.