mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-09-01 19:03:58 +00:00
Cleaned-BackEnd-Contact
This commit is contained in:
@@ -19,7 +19,7 @@ class Contact extends JsonResource
|
||||
'id' => $this->id,
|
||||
'type' => $this->type,
|
||||
'reference_id' => $this->reference_id,
|
||||
'name' => $this->first_name.' '. $this->last_name,
|
||||
'name' => $this->name,
|
||||
'designation' => $this->designation,
|
||||
'contact' => $this->contact,
|
||||
'email' => $this->email,
|
||||
|
||||
Reference in New Issue
Block a user