mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-31 02:14:00 +00:00
Admin Workflow - Fix Reported Issues - Update UI to show more information for admin to look into issues reported
This commit is contained in:
@@ -44,6 +44,7 @@ class QuestionsAnswersResource extends JsonResource
|
||||
'source_email' => $user ? $user->email : $source->email,
|
||||
'time' => $this->time_used_seconds,
|
||||
'created_at' => Carbon::parse($this->created_at)->format('d-m-Y'),
|
||||
'created_at_with_time' => Carbon::parse($this->created_at)->format('d-m-Y h:i:s A'),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user