add remark to yd address on release

This commit is contained in:
omair saleh
2022-02-15 11:28:42 +08:00
parent 314575e2b6
commit 552b6f0e1e
@@ -50,7 +50,7 @@ class UpdateDoFromYDPortalProcessor
$contact = $address->contacts()->first();
$remark = $address->remarks()->first();
dd($contact);
dd($address->contacts);
$phone = $contact ? $contact->phone : null;
$reference = $contact ? $contact->reference : null;
$remark = $remark ? $remark->content : null;