I have a project in Laravel 5.5 and I am using Laravel notification.
I want to send a notification to users when a product is added but when I use the notification, it gives me a mass assignment exception error id
.
I think I don't have an error on the User
model because my user model worked correctly before using the notification, and I don't find any model for notification until I add fillable id.
What is the solution for this problem?
these are the errors: