mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-25 15:34:24 +00:00
debug address contact
This commit is contained in:
@@ -90,7 +90,7 @@ class UpdateAddressLogic extends AbstractControllerLogic
|
||||
|
||||
$address->contacts()->delete(); $address->remarks()->delete();
|
||||
|
||||
$contactObject = new ContactObject($request->input('pic'), $request->input('phone'), '', '');
|
||||
$contactObject = new ContactObject($request->input('person_in_charge'), $request->input('phone'), '', '');
|
||||
|
||||
if($contactObject->getPhone()){
|
||||
$this->createContactProcessor->execute($contactObject, $address);
|
||||
|
||||
Reference in New Issue
Block a user