riteshsingh1/livewire-crud

Error running ide-helper

Opened this issue · 2 comments

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;

Laravel Version ?