update packinglists from vt portal

This commit is contained in:
omair saleh
2021-08-23 08:39:59 +08:00
parent d24fea2910
commit 276e12679d
88 changed files with 2252 additions and 692 deletions
+2 -2
View File
@@ -16,10 +16,10 @@ class ContainerResource extends JsonResource
{
return [
'id' => $this->id,
'container_reference' => $this->container_reference,
'container_reference' => $this->reference,
'container_type' => $this->container_type,
'container_number' => $this->container_number,
'seal_reference' => $this->seal_reference,
'packing_list' => PackingListResource::collection($this->packingLists),
'transport' => TransportResource::collection($this->transports),
];
}