Releases: mits87/eloquent-nested-attributes
Releases · mits87/eloquent-nested-attributes
v0.0.9
v0.0.8
In this release:
- Fixes the composer.json parse error (there was a trailing comma)
- Moves the Mockery dependency into dev (it's not used outside testing)
- Adds an unset($attributes[$attr] line in the fillable override. Forgetting to clean the attributes array was
- causing a mass assignment exception to be thrown when passing the $attributes array to parent::fill($attributes)
- Adds regression test for bug fix