Should I be using `Filament::user()` instead of `Auth::user()`?

I see the documentation uses the former sometimes and I'm not sure if I should be using that instead of Auth::user().
2 Replies
toeknee
toeknee5d ago
Auth::user() since Filament::user() doesn't exist anymore? or auth()->user()
morty
mortyOP5d ago
Sorry, I meant Filament::auth()->user()

Did you find this page helpful?