-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Running ide-helper the following error is displayed :
Too few arguments to function Illuminate\Console\GeneratorCommand::__construct(), 0 passed in /Users/pg/Sites/resresto/vendor/imritesh/livecrud/src/LiveCrudServiceProvider.php on line 35 and exactly 1 expected
at vendor/laravel/framework/src/Illuminate/Console/GeneratorCommand.php:107
103▕ *
104▕ * @param \Illuminate\Filesystem\Filesystem $files
105▕ * @return void
106▕ */
➜ 107▕ public function __construct(Filesystem $files)
108▕ {
109▕ parent::__construct();
110▕
111▕ $this->files = $files;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels