Replies: 1 comment
-
Read documentation working-with-teams-permissions, you need |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I struggle with fetching roles and permissions of the user, that are clearly seeded in the database, but all User::with('permissions')->find(1), User::with('roles')->find(1) return empty arrays. I don't use any gates, only teams option with foreign key groups_id.
Beta Was this translation helpful? Give feedback.
All reactions