File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
[ Next release] ( https://github.com/barryvdh/laravel-ide-helper/compare/v2.12.3...master )
6
6
--------------
7
7
8
- ### Fixes
8
+ ### Fixed
9
9
- Fix return type of methods provided by ` SoftDeletes ` [ #1345 / KentarouTakeda] ( https://github.com/barryvdh/laravel-ide-helper/pull/1345 )
10
10
- Handle PHP 8.1 deprecation warnings when passing ` null ` to ` new \ReflectionClass ` [ #1351 / mfn] ( https://github.com/barryvdh/laravel-ide-helper/pull/1351 )
11
11
- Fix issue where \Eloquent is not included when using write_mixin [ #1352 / Jefemy] ( https://github.com/barryvdh/laravel-ide-helper/pull/1352 )
12
12
- Fix model factory method arguments for Laravel >= 9 [ #1361 / wimski] ( https://github.com/barryvdh/laravel-ide-helper/pull/1361 )
13
13
14
14
### Added
15
15
- Add support for custom casts that implement ` CastsInboundAttributes ` [ #1329 / sforward] ( https://github.com/barryvdh/laravel-ide-helper/pull/1329 )
16
+ - Add support for attribute accessors marked as protected. [ #1339 / pindab0ter] ( https://github.com/barryvdh/laravel-ide-helper/pull/1339 )
16
17
17
18
2022-03-06, 2.12.3
18
19
------------------
You can’t perform that action at this time.
0 commit comments