mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-19 02:23:11 +00:00
Remove nohelpers option
This commit is contained in:
@@ -64,7 +64,7 @@ class GeneratorCommand extends Command {
|
|||||||
$this->nonstatic = \Config::get('laravel-ide-helper::nonstatic');
|
$this->nonstatic = \Config::get('laravel-ide-helper::nonstatic');
|
||||||
$this->onlyExtend = \Config::get('laravel-ide-helper::only_extend');
|
$this->onlyExtend = \Config::get('laravel-ide-helper::only_extend');
|
||||||
|
|
||||||
if( $this->option('helpers') || (\Config::get('laravel-ide-helper::include_helpers') && ! $this->option('nohelpers'))){
|
if( $this->option('helpers') || (\Config::get('laravel-ide-helper::include_helpers') )){
|
||||||
$this->helpers = \Config::get('laravel-ide-helper::helper_files');
|
$this->helpers = \Config::get('laravel-ide-helper::helper_files');
|
||||||
}else{
|
}else{
|
||||||
$this->helpers = array();
|
$this->helpers = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user