mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Add Fluent helpers (using config option) (#404)
* add fluent option to Generator * add fluent to helper output * add fluent option to config * typo
This commit is contained in:
committed by
Barry vd. Heuvel
parent
5fad258f5d
commit
105f14a50d
@@ -84,6 +84,7 @@ class Generator
|
||||
->with('namespaces', $this->getNamespaces())
|
||||
->with('helpers', $this->helpers)
|
||||
->with('version', $app->version())
|
||||
->with('include_fluent', $this->config->get('ide-helper.include_fluent', false))
|
||||
->render();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user