mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-30 01:43:59 +00:00
Admin Workflow - New UI for Admin to go through questions and answers
This commit is contained in:
@@ -16,8 +16,9 @@ class QuestionnaireSetsResource extends JsonResource
|
||||
public function toArray($request)
|
||||
{
|
||||
return [
|
||||
// 'name' => $this->name,
|
||||
// 'description' => $this->description,
|
||||
'id' => $this->id,
|
||||
'name' => $this->name,
|
||||
'description' => $this->description,
|
||||
'group' => $this->group,
|
||||
'version' => $this->version,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user