admin menu filter and seller

This commit is contained in:
merdan 2022-09-27 14:26:15 +05:00
parent 8f9a5687ed
commit 1fcc2e0572
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}
}