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();