fix unclaimed packing lists

This commit is contained in:
omair saleh
2022-02-23 13:49:48 +08:00
parent 1dc23b088e
commit c932f2b86f
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class PackageResource extends JsonResource
{
$originalPackingList = $this->packingList->owner instanceof PackingList ? $this->packingList->owner->owner : $this->packingList->owner;
dd($originalPackingList);
return [
'id' => $this->id,
'type' => $this->type,