Database notification for a different model
Hi,
My notifiable trait is on a different model than User (Seller)...
How can i instruct my livewire database-notifications-modal to fetch for my Seller model and not the user ?
I can't put the trait on my user because all my sellers doesn't have an account, they are external.
Thank you in advance for your answers.
1 Reply
i have same question, did you find any solution?