mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-30 01:43:59 +00:00
Admin Workflow - Admin UI to search and export data
This commit is contained in:
@@ -19,7 +19,7 @@ class QuestionnaireSetsResource extends JsonResource
|
||||
'id' => $this->id,
|
||||
'name' => $this->name,
|
||||
'description' => $this->description,
|
||||
'group' => $this->group,
|
||||
'group' => explode(',', $this->group),
|
||||
'version' => $this->version,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user