What's Changed
Fixed
- Fixed template resolution when
flatMap
's callback returns anEnumerable
(#970) Thanks @bastien-phi
Added
- Detection of fields added/modified a migration $table->after() method (Added in Laravel 8.27). (#972) Thanks @jimohalloran
- Add new rule
NoModelMake
to prevent inefficient model instantiation (#976) Thanks @spawnia
New Contributors
- @bastien-phi made their first contribution in #970
- @jimohalloran made their first contribution in #972
Full Changelog: v0.7.13...v0.7.14