large commit

This commit is contained in:
Omair Saleh
2019-10-05 13:57:13 +08:00
parent 56944fb8e4
commit 0302712763
@@ -25,7 +25,8 @@ class CreatesAddress
public function execute(AddressBookObject $object){
$model = $this->repository->create([
'company_id' => $object->getReferenceId(),
'type' => 0,
'reference_id' => $object->getReferenceId(),
'reference' => $object->getName(),
'contact' => $object->getPhoneNumber(),
'street_one' => $object->getStreetOne(),