admin menu filter and seller
This commit is contained in:
parent
91b4cc0ca3
commit
6d3e9bf0ed
|
|
@ -45,6 +45,6 @@ class Menu extends TranslatableModel implements MenuContract
|
|||
|
||||
public function sellers():BelongsToMany
|
||||
{
|
||||
return $this->belongsToMany(VendorProxy::modelClass(),'seller_menus');
|
||||
return $this->belongsToMany(VendorProxy::modelClass(),'seller_menus','seller_id');
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue