Update config/resources for L5

This commit is contained in:
Barry vd. Heuvel
2015-01-28 09:34:45 +01:00
parent c94012232f
commit ab50c245d0
8 changed files with 58 additions and 90 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ class ModelsCommand extends Command
$filename = $this->option('filename');
$this->write = $this->option('write');
$this->dirs = array_merge(
$this->laravel['config']->get('laravel-ide-helper::model_locations'),
$this->laravel['config']->get('ide-helper.model_locations'),
$this->option('dir')
);
$model = $this->argument('model');