mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-30 01:43:57 +00:00
large changes
This commit is contained in:
@@ -18,6 +18,7 @@ class User extends JsonResource
|
||||
{
|
||||
return [
|
||||
'full_name' => $this->first_name.' '.$this->last_name,
|
||||
'email' => $this->email,
|
||||
'role' => UserRoles::ROLES_NAMES[$this->role_id],
|
||||
'created_at' =>Carbon::parse($this->created_at)->format('d/m/Y')
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user