Fix model instance populate when no fillable attribute.
When trying to populate a model instance and the model class has no fillable attribute, a MassAssignmentException
is raised.
No exception is raised if the model has at least one fillable attribute, invalid attributes are simply ignored.