Check the rights inside the package #1941
Unanswered
kvinkinamoto
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Maybe you are forgetting the |
Beta Was this translation helpful? Give feedback.
3 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.
-
I have two projects. One in which I develop a package another in which I use this package. Where I develop and from not connected with git

check of permissions
auth()->user()->cannot('cache_show_admin_menu')
works correctly.
And in the project where it is connected from the git

, the rights check auth()->user()->cannot('cache_show_admin_menu') always gives false
Beta Was this translation helpful? Give feedback.
All reactions