500 server error after updating user model
i created a user on my production server to let the admin sign in, then i implemented this code on my User model:
i had to change the class to abstract because i kept seeing this message from laravel extra intelisense:
so after pushing the changes to the server now there is a 500 server error response ๐
3 Replies
and yes, i did imported the class and implements FilamentUser, what did i missed?
oh and logs show this:
Can you share the whole user model?
Minus any business logic.
this works?
for now the method is not part of my codebase to allow the website to load correctly, that is why "yourdomain" is there
forgot to import Panel, the error is gone ๐ฎ