Update view "version" variable name to avoid potential conflicts

This commit is contained in:
pb30
2024-06-20 00:01:51 -05:00
parent 6338abb2d7
commit 70f9c41f93
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
- Fix return value of query scopes from parent class [#1366 / sforward](https://github.com/barryvdh/laravel-ide-helper/pull/1366)
### Changed
- Update view "version" variable name to avoid potential conflicts
### Added
- Add type to pivot when using a custom pivot class [#1518 / d3v2a](https://github.com/barryvdh/laravel-ide-helper/pull/1518)