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
I got the following error after creating a new role:
Facade\Ignition\Exceptions\ViewException Call to undefined method App\User::hasRoleWithPermission() (View: /shared/httpd/tp/htdocs/nova/resources/views/layout.blade.php)
Laravel: 6.8.x Nova: 2.12.x
The text was updated successfully, but these errors were encountered:
Hi. Hard to say without seeing some code related to this but have you added the Silvanite\Brandenburg\Traits\HasRoles; trait to your User model?
Silvanite\Brandenburg\Traits\HasRoles;
Sorry, something went wrong.
of course, I did everything based on the documentation
same :(
Laravel 7.x Nova 3.x
Merge pull request Silvanite#55 from SGS-Optimisation/main
ae831cd
extract base64 img from content on create/update
No branches or pull requests
I got the following error after creating a new role:
Facade\Ignition\Exceptions\ViewException Call to undefined method App\User::hasRoleWithPermission() (View: /shared/httpd/tp/htdocs/nova/resources/views/layout.blade.php)
Laravel: 6.8.x
Nova: 2.12.x
The text was updated successfully, but these errors were encountered: