in my case the problem was $attributes, I had protected $attributes = ['my_attribute'];, but I didn't have a method for that attribute
protected $attributes = ['my_attribute'];