large commit

This commit is contained in:
Omair Saleh
2019-10-08 11:25:26 +08:00
parent 51ffbe3703
commit 24a78e71a6
@@ -25,7 +25,7 @@ class CreatesAddress
public function execute(AddressBookObject $object){
$model = $this->repository->create([
'type' => 0,
'type' => 1,
'reference_id' => $object->getReferenceId(),
'reference' => $object->getName(),
'contact' => $object->getPhoneNumber(),