File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
/**
16
16
* A helper file for Laravel, to provide autocomplete information to your IDE
17
- * Generated for Laravel <?= $ laravel_version ?> .
17
+ * Generated for Laravel <?= app ()-> version () ?> .
18
18
*
19
19
* This file should not be included in your code, only analyzed by your IDE!
20
20
*
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ public function generate()
84
84
->with ('namespaces_by_alias_ns ' , $ this ->getAliasesByAliasNamespace ())
85
85
->with ('real_time_facades ' , $ this ->getRealTimeFacades ())
86
86
->with ('helpers ' , $ this ->helpers )
87
- ->with ('laravel_version ' , $ app ->version ())
88
87
->with ('include_fluent ' , $ this ->config ->get ('ide-helper.include_fluent ' , true ))
89
88
->with ('factories ' , $ this ->config ->get ('ide-helper.include_factory_builders ' ) ? Factories::all () : [])
90
89
->render ();
@@ -111,7 +110,6 @@ public function generateEloquent()
111
110
->with ('namespaces_by_alias_ns ' , ['__root ' => [$ alias ]])
112
111
->with ('real_time_facades ' , [])
113
112
->with ('helpers ' , '' )
114
- ->with ('version ' , $ app ->version ())
115
113
->with ('include_fluent ' , false )
116
114
->with ('factories ' , [])
117
115
->render ();
You can’t perform that action at this time.
0 commit comments