Fixing issue where incorrect autoloader unregistered (#1210)

Co-authored-by: Terence Marks <[email protected]>
This commit is contained in:
Terence Marks
2021-04-09 07:54:00 +02:00
committed by GitHub
co-authored by Terence Marks
parent c1ddd30532
commit ca94ffd99a
3 changed files with 48 additions and 8 deletions
+3
View File
@@ -9,6 +9,9 @@ All notable changes to this project will be documented in this file.
- Allowing Methods to be set or unset in ModelHooks [\#1198 / jenga201](https://github.com/barryvdh/laravel-ide-helper/pull/1198)\
Note: the visibility of `\Barryvdh\LaravelIdeHelper\Console\ModelsCommand::setMethod` has been changed to **public**!
### Fixed
- Fixing issue where incorrect autoloader unregistered [\#1210 / tezhm](https://github.com/barryvdh/laravel-ide-helper/pull/1210)
2021-04-02, 2.9.3
-----------------