Added
- Support for
AsArrayObject
andAsCollection
model casts. - Use bleeding edge config to run tests.
Fixed
- Corrected stubs from bleeding edge feedback.
- Changed
EloquentBuilder
stub to fix several relation builder methods return types when custom builder is used. (#899) Thanks @fragkp - Changed
EloquentBuilder
stub to fixwhereHas
return type when custom builder is used. (#896) Thanks @fragkp
Changed
- Refactored tests to separate Laravel 8 specific tests.