We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
just to let you know, if I try add new menu I get error:
Call to undefined method BalajiDharma\LaravelMenu\Models\Menu::assignRole()
and here part of code which call it menuitemcontroller:
$roles = $request->roles ?? []; if(!empty($roles)) { $menu->assignRole($roles); }
The text was updated successfully, but these errors were encountered:
#53 - Fixed
82158e3
Merge pull request #54 from balajidharma/2.x-Changes
5c5e2dc
No branches or pull requests
just to let you know, if I try add new menu I get error:
Call to undefined method BalajiDharma\LaravelMenu\Models\Menu::assignRole()
and here part of code which call it menuitemcontroller:
$roles = $request->roles ?? []; if(!empty($roles)) { $menu->assignRole($roles); }
The text was updated successfully, but these errors were encountered: