mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-28 00:44:23 +00:00
WIP - Order steps & remaining APIs
This commit is contained in:
@@ -9,7 +9,7 @@ class PackingListPackage extends AbstractModel
|
||||
{
|
||||
use SoftDeletes;
|
||||
|
||||
protected $table = 'package_list_packages';
|
||||
protected $table = 'packing_list_packages';
|
||||
|
||||
public function package(): BelongsTo
|
||||
{
|
||||
@@ -18,6 +18,6 @@ class PackingListPackage extends AbstractModel
|
||||
|
||||
public function packageList(): BelongsTo
|
||||
{
|
||||
return $this->BelongsTo(PackageList::class, 'package_list_id', 'id');
|
||||
return $this->BelongsTo(PackageList::class, 'packing_list_id', 'id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user