dreftas
Explore posts from serversFilament::auth()->login();
Situation:
- I am logged in to panel as User1
- I go to page which is outside of panel.
- In that page I call ($anotherUserModel is another user)
- Then I redirect back to my panel
- And I get error. And I'm not logged in as $anotherUserModel
I don't get this error if I call when I'm currently not logged in as some other user.
I tried to do before but that does not help.
Am I missing something?
6 replies