Skip to content

Commit 7c94a53

Browse files
committed
Remove version
1 parent 739f3bf commit 7c94a53

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

resources/views/helper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
/**
1616
* A helper file for Laravel, to provide autocomplete information to your IDE
17-
* Generated for Laravel <?= $laravel_version ?>.
17+
* Generated for Laravel <?= app()->version() ?>.
1818
*
1919
* This file should not be included in your code, only analyzed by your IDE!
2020
*

src/Generator.php

-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public function generate()
8484
->with('namespaces_by_alias_ns', $this->getAliasesByAliasNamespace())
8585
->with('real_time_facades', $this->getRealTimeFacades())
8686
->with('helpers', $this->helpers)
87-
->with('laravel_version', $app->version())
8887
->with('include_fluent', $this->config->get('ide-helper.include_fluent', true))
8988
->with('factories', $this->config->get('ide-helper.include_factory_builders') ? Factories::all() : [])
9089
->render();
@@ -111,7 +110,6 @@ public function generateEloquent()
111110
->with('namespaces_by_alias_ns', ['__root' => [$alias]])
112111
->with('real_time_facades', [])
113112
->with('helpers', '')
114-
->with('version', $app->version())
115113
->with('include_fluent', false)
116114
->with('factories', [])
117115
->render();

0 commit comments

Comments
 (0)