Update view "version" variable name to avoid potential conflicts

This commit is contained in:
pb30
2024-06-20 00:01:51 -05:00
parent 6338abb2d7
commit 70f9c41f93
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class Generator
->with('namespaces_by_alias_ns', $this->getAliasesByAliasNamespace())
->with('real_time_facades', $this->getRealTimeFacades())
->with('helpers', $this->helpers)
->with('version', $app->version())
->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();