Start work on updating services

This commit is contained in:
Deon George
2022-04-19 17:07:39 +10:00
parent ebf08ea414
commit 621a132e35
63 changed files with 1038 additions and 612 deletions

View File

@@ -24,7 +24,7 @@ final class Host extends Type implements ProductItem
*/
public function supplied()
{
return $this->hasOne(SupplierHost::class,'id','supplier_host_id');
return $this->hasOne(SupplierHost::class,'id','supplier_item_id');
}
/* INTERFACES */