Added
- Use
checkExplicitMixed
PHPStan option when running tests (#844) - Added .github folder to the export list (#849) Thanks @dingo-d
- Added support for detecting nested trait usage for SoftDeletes trait (#838) Thanks @iamrgroot
- Added support for vendor-dir (#850) Thanks @rajyan
Fixed
- Correct return type for restore method
- Nullable properties should not be overwritten when applying model casts
- Fixed suggest in Composer config (#846) Thanks @szepeviktor
- Fixed bootstrap path (#852) Thanks @rajyan