v1.12.4
Immutable
release. Only release title and notes can be modified.
Fixed
eloquent-n-plus-oneno longer flags a loop-dependent query whose chain takes a pessimistic row lock, such asStoreItem::lockForUpdate()->whereKey($id)->firstOrFail()inside aforeach(#297)eloquent-n-plus-oneno longer flags a loop-dependent query followed by an unconditionalreturn/throw(or abreakwhen a single loop encloses it), since it runs at most once per call (#298)mass-assignmentno longer flags anupdate()/create()/fill()argument that is an array literal whose keys are all string literals, such as$entry->update(['days' => $collection->all()])(#299)php-side-filteringno longer flags an argument-lessfilter()/reject()after an Eloquent fetch (e.g.get()->map(...)->filter()), which has no predicate to push into aWHEREclause (#300)