You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if providers.users.driver is set to eloquent in config/auth.php, they return the model configured in providers.users.model, which defaults to:
Describe the solution you'd like
The Psalm plugin should use that config to determine (and narrow) the return type of Auth::user() and $request->user().