fix export arrival list

This commit is contained in:
omair saleh
2022-05-11 14:01:02 +08:00
parent 9b35f8c374
commit 764e709135
@@ -50,6 +50,7 @@ class ExportsArrivedParcel implements WithHeadings, WithHeadingRow, WithMapping,
*/
public function map($packingList): array
{
dd($packingList->packages);
$order = $packingList->owner;
$connection = $order->companyModule()->first()->inviters()->withPivot('invitee_reference')->first();