Replies: 1 comment
-
The fact that That's a laravel helper and it should return the current authenticated user id. I'm not sure why that returns null, but it should not affect the functionality of the plugin. |
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
-
->disableIf(fn () => auth()->id() === 1)
In Panel, dump(auth()->id()) got null and plugin cannot work.
Beta Was this translation helpful? Give feedback.
All reactions