Merge branch 'version-var-rename' of github.com:pb30/laravel-ide-helper into pb30-version-var-rename

This commit is contained in:
Barry vd. Heuvel
2024-12-29 12:06:57 +01:00
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,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();