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
Laravel 10, upgraded from Laratrust 7.2 to 8.0.
Blade Syntax @Permission('permission') throws error: Call to undefined method Laratrust\Laratrust::isAbleTo()
Syntax and function call are described in the docs: https://laratrust.santigarcor.me/docs/8.x/usage/blade-templates.html
The text was updated successfully, but these errors were encountered:
Fixed by #618
Sorry, something went wrong.
@rollercontainer please run composer update the fix should be up right now
composer update
Thanks a lot! Will try tomorrow morning.
No branches or pull requests
Laravel 10, upgraded from Laratrust 7.2 to 8.0.
Blade Syntax @Permission('permission') throws error:
Call to undefined method Laratrust\Laratrust::isAbleTo()
Syntax and function call are described in the docs:
https://laratrust.santigarcor.me/docs/8.x/usage/blade-templates.html
The text was updated successfully, but these errors were encountered: