Remove nohelpers option

This commit is contained in:
Barry vd. Heuvel
2013-06-18 15:45:10 +02:00
parent 6f03c4c5ff
commit c4de6e80c9
@@ -64,7 +64,7 @@ class GeneratorCommand extends Command {
$this->nonstatic = \Config::get('laravel-ide-helper::nonstatic');
$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');
}else{
$this->helpers = array();