mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-23 14:34:19 +00:00
WIP - Order steps & remaining APIs
This commit is contained in:
@@ -14,4 +14,12 @@ class ContainerPackingList extends AbstractModel
|
||||
{
|
||||
return $this->hasMany(PackingList::class, 'packing_list_id', 'id');
|
||||
}
|
||||
|
||||
/**
|
||||
* @return MorphMany
|
||||
*/
|
||||
public function transports(): morphMany
|
||||
{
|
||||
return $this->morphMany(Transport::class, 'owner');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user