File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
99- Fix return value of query scopes from parent class [ #1366 / sforward] ( https://github.com/barryvdh/laravel-ide-helper/pull/1366 )
1010
1111### Changed
12+ - Update view "version" variable name to avoid potential conflicts
1213
1314### Added
1415 - Add type to pivot when using a custom pivot class [ #1518 / d3v2a] ( https://github.com/barryvdh/laravel-ide-helper/pull/1518 )
Original file line number Diff line number Diff line change 1414
1515/**
1616 * A helper file for Laravel, to provide autocomplete information to your IDE
17- * Generated for Laravel <?= $ version ?> .
17+ * Generated for Laravel <?= $ laravel_version ?> .
1818 *
1919 * This file should not be included in your code, only analyzed by your IDE!
2020 *
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public function generate()
8282 ->with ('namespaces_by_alias_ns ' , $ this ->getAliasesByAliasNamespace ())
8383 ->with ('real_time_facades ' , $ this ->getRealTimeFacades ())
8484 ->with ('helpers ' , $ this ->helpers )
85- ->with ('version ' , $ app ->version ())
85+ ->with ('laravel_version ' , $ app ->version ())
8686 ->with ('include_fluent ' , $ this ->config ->get ('ide-helper.include_fluent ' , true ))
8787 ->with ('factories ' , $ this ->config ->get ('ide-helper.include_factory_builders ' ) ? Factories::all () : [])
8888 ->render ();
You can’t perform that action at this time.
0 commit comments