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

[Docs] Clarify that $guard_name can be an array #2659

Merged
merged 2 commits into from
Jun 22, 2024
Merged

Conversation

angelej
Copy link
Contributor

@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!

angelej and others added 2 commits April 22, 2024 19:40
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`.
@drbyte drbyte merged commit 3ebab01 into spatie:main Jun 22, 2024
26 checks passed
@angelej angelej deleted the patch-1 branch June 22, 2024 21:44
@drbyte drbyte changed the title Update multiple-guards.md [Docs] Clarify that $guard_name can be an array Jun 22, 2024
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.

2 participants