Replies: 1 comment
-
It seems that whatever |
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
-
Hello
when I use below code
$permissions = Permission::query()->pluck('name')->toArray();
I will get this error
Undefined method 'query'
Beta Was this translation helpful? Give feedback.
All reactions