mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-27 16:34:27 +00:00
update packinglists from vt portal
This commit is contained in:
@@ -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),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user