Enable editing of supplier products and listing services connected to them
This commit is contained in:
@@ -16,9 +16,9 @@ interface SupplierItem
|
||||
/**
|
||||
* Available products created from this supplier offering
|
||||
*
|
||||
* @return \Illuminate\Database\Eloquent\Relations\BelongsToMany
|
||||
* @return \Illuminate\Database\Eloquent\Relations\HasMany
|
||||
*/
|
||||
public function types();
|
||||
public function products();
|
||||
|
||||
/* ATTRIBUTES */
|
||||
|
||||
|
Reference in New Issue
Block a user