Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5.2] firstOrCreate will not create new db rows when a model has a mu…
…tator (#14656) * firstOrCreate will not create new db rows when a model has a mutator * removed changes to firstOrCreate in Relationships * fixed firstOrCreate mutating attribute twice * replicated behavior of Builder before intial change. No mass assignment error thrown anymore * fixed typo * changed Builder edit to pass test. firstOrNew not creating null id when soft deleted user is called from instance * white space issue * addedAttributesToArray to declaration of mutatated Attributes * use getAttributes instead of getAttributesArray
- Loading branch information