mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-19 02:23:11 +00:00
Add sublime option to the config file
This commit is contained in:
@@ -41,7 +41,9 @@ class GeneratorCommand extends Command {
|
||||
$helpers = array();
|
||||
}
|
||||
|
||||
$content = $this->generateDocs($aliases, $helpers, $this->option('sublime'));
|
||||
$sublime = $this->option('sublime') || \Config::get('laravel-ide-helper::sublime');
|
||||
|
||||
$content = $this->generateDocs($aliases, $helpers, $sublime);
|
||||
|
||||
$written = \File::put($filename, $content);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user