Remove version

This commit is contained in:
Barry vd. Heuvel
2024-12-29 12:07:26 +01:00
parent 739f3bf5ed
commit 7c94a53763
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
/**
* A helper file for Laravel, to provide autocomplete information to your IDE
* Generated for Laravel <?= $laravel_version ?>.
* Generated for Laravel <?= app()->version() ?>.
*
* This file should not be included in your code, only analyzed by your IDE!
*
-2
View File
@@ -84,7 +84,6 @@ class Generator
->with('namespaces_by_alias_ns', $this->getAliasesByAliasNamespace())
->with('real_time_facades', $this->getRealTimeFacades())
->with('helpers', $this->helpers)
->with('laravel_version', $app->version())
->with('include_fluent', $this->config->get('ide-helper.include_fluent', true))
->with('factories', $this->config->get('ide-helper.include_factory_builders') ? Factories::all() : [])
->render();
@@ -111,7 +110,6 @@ class Generator
->with('namespaces_by_alias_ns', ['__root' => [$alias]])
->with('real_time_facades', [])
->with('helpers', '')
->with('version', $app->version())
->with('include_fluent', false)
->with('factories', [])
->render();