Skip to content
New issue

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

Update multiple-guards.md #2659

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update multiple-guards.md #2659

wants to merge 1 commit into from

Conversation

angelej
Copy link

@angelej angelej commented Apr 22, 2024

It took me a while to figure out, that you have to add protected array $guard_name = ['web', 'admin']; in order to allow an user to use roles / permissions from different guards. Especially since it's not a requirement to specify the $guard_name at all.

Thanks to @andrekutianski for the solution!

It took me a while to figure out, that you have to add `protected array $guard_name = ['web', 'admin'];` in order to allow an user to use roles / permissions from different guards. Especially since it's not a requirement to specify the `$guard_name`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant