Skip to content

v0.0.8

Choose a tag to compare

@mits87 mits87 released this 31 Dec 11:50
· 7 commits to master since this release
605ad1f

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