Filament user model id inaccessible through auth()->id() #276
Answered
by
ryangjchandler
IgorTsvetkov
asked this question in
Help
-
auth()->id() is not working for Filament User. |
Beta Was this translation helpful? Give feedback.
Answered by
ryangjchandler
Mar 23, 2021
Replies: 1 comment 1 reply
-
@IgorTsvetkov you need to use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ryangjchandler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@IgorTsvetkov you need to use
Filament::auth()
instead ofauth()
.