InterNACHI / modular

Modularize your Laravel application
MIT License
772 stars 64 forks source link

Fatal Error with Laravel 8.10 #11

Closed ejunker closed 3 years ago

ejunker commented 4 years ago

I ran a composer update and it upgraded me to Laravel 8.10 and then I got this error:

Update: caused by this commit to Laravel

PHP Fatal error:  Access level to InterNACHI\Modular\Console\Commands\Make\MakeModule::newLine() must be public (as in class Illuminate\Console\Command) in vendor/internachi/modular/src/Console/Commands/Make/MakeModule.php on line 357

   Symfony\Component\ErrorHandler\Error\FatalError

  Access level to InterNACHI\Modular\Console\Commands\Make\MakeModule::newLine() must be public (as in class Illuminate\Console\Command)

  at vendor/internachi/modular/src/Console/Commands/Make/MakeModule.php:357
    353▕    {
    354▕        $this->getOutput()->title($title);
    355▕    }
    356▕
  ➜ 357▕    protected function newLine(int $count = 1)
    358▕    {
    359▕        $this->getOutput()->newLine($count);
    360▕    }
    361▕ }
inxilpro commented 3 years ago

Sorry I missed this! The next release already has this addressed.