Start work on updating services
This commit is contained in:
@@ -24,7 +24,7 @@ final class Domain extends Type implements SupplierItem
|
||||
|
||||
public function types()
|
||||
{
|
||||
return $this->belongsToMany(ProductDomain::class,$this->table,'id','id','id',$this->table.'_id');
|
||||
return $this->belongsToMany(ProductDomain::class,$this->table,'id','id','id','supplier_item_id');
|
||||
}
|
||||
|
||||
/* RELATIONS */
|
||||
|
Reference in New Issue
Block a user