From 82fa15b79ed3150bcfbec982aab0cc6e1dfad00e Mon Sep 17 00:00:00 2001 From: hazim Date: Thu, 7 Mar 2019 16:34:28 +0800 Subject: [PATCH] update contact recode and clean up --- app/Classes/Modules/Contacts/Services/CreatesContact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Classes/Modules/Contacts/Services/CreatesContact.php b/app/Classes/Modules/Contacts/Services/CreatesContact.php index 95aaab4..2989493 100644 --- a/app/Classes/Modules/Contacts/Services/CreatesContact.php +++ b/app/Classes/Modules/Contacts/Services/CreatesContact.php @@ -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();