mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
update replica packages logic and over weight price announcement
This commit is contained in:
@@ -26,7 +26,7 @@ class Package extends AbstractModel
|
||||
/**
|
||||
* @return BelongsTo
|
||||
*/
|
||||
public function packingList(): BelongsTo
|
||||
public function packingLists(): BelongsTo
|
||||
{
|
||||
return $this->belongsTo(PackingList::class, 'packing_list_id');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user