mirror of
https://gitlab.com/omair-personal/izyim.git
synced 2026-08-19 04:14:05 +00:00
update contact recode and clean up
This commit is contained in:
@@ -32,7 +32,7 @@ class CreatesContact
|
||||
try{
|
||||
|
||||
$this->repository->type = $type;
|
||||
$this->repository->reference_id = $Id;
|
||||
$this->repository->reference_id = $referenceId;
|
||||
$this->repository->name = $contact->getName();
|
||||
$this->repository->designation = $contact->getDesignation();
|
||||
$this->repository->email = $contact->getEmail();
|
||||
|
||||
Reference in New Issue
Block a user