middleware permission not working on checking permission with directive from roles #2101
Answered
by
rickyanwar
rickyanwar
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
rickyanwar
May 20, 2022
Replies: 1 comment
-
i fix this problem with add . protected $guard_name = 'api'; and reassign roles |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rickyanwar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i fix this problem with add .
protected $guard_name = 'api';
on user model
and reassign roles