Skip to content

Commit

Permalink
Remove version
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Dec 29, 2024
1 parent 739f3bf commit 7c94a53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion resources/views/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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!
*
Expand Down
2 changes: 0 additions & 2 deletions src/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public function generate()
->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();
Expand All @@ -111,7 +110,6 @@ public function generateEloquent()
->with('namespaces_by_alias_ns', ['__root' => [$alias]])
->with('real_time_facades', [])
->with('helpers', '')
->with('version', $app->version())
->with('include_fluent', false)
->with('factories', [])
->render();
Expand Down

0 comments on commit 7c94a53

Please sign in to comment.