Skip to content

1.0.3

Latest
Compare
Choose a tag to compare
@despatates despatates released this 04 Aug 15:37

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.