Fix return value of scopes from parent class (#1366)

This commit is contained in:
sforward
2024-04-01 08:43:59 +02:00
committed by GitHub
parent ac7e186270
commit 6338abb2d7
6 changed files with 245 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
--------------
### Fixed
- Fix return value of query scopes from parent class [#1366 / sforward](https://github.com/barryvdh/laravel-ide-helper/pull/1366)
### Changed