Pb30 version var rename (#1637)

* Update view "version" variable name to avoid potential conflicts

* Remove version

---------

Co-authored-by: pb30 <[email protected]>
This commit is contained in:
Barry vd. Heuvel
2024-12-29 12:11:06 +01:00
committed by GitHub
co-authored by pb30
parent 0fa0403e57
commit f343efa140
3 changed files with 2 additions and 3 deletions
-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('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();