This release improves custom Eloquent builder inference and narrows several stub return types.
Features
- Infer custom query builders for model instance query methods like
newQuery(),newQueryWithoutScopes(), etc. (#1207)
Fixes
- Narrow
getCasts()andgetTouchedRelations()return types (#1205) - Fix
Request::route()/Request::file()default value handling (#1205)
Full Changelog: v4.14.8...v4.14.9