Cleaned-BackEnd-Contact

This commit is contained in:
hazim
2019-05-09 12:26:14 +08:00
parent 039827f0c9
commit 1e751ecc32
16 changed files with 110 additions and 157 deletions
+1 -1
View File
@@ -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,