I am having this error and none of the googled result i checked is similar to my problem.
I have an application with class Deal, User, and Matches
A deal has
Remove the guarded array and add the fillable instead:
guarded
fillable
protected $fillable = ['user_id', 'deal_id'];