Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal Error with Laravel 8.10 #11

Closed
ejunker opened this issue Oct 13, 2020 · 1 comment
Closed

Fatal Error with Laravel 8.10 #11

ejunker opened this issue Oct 13, 2020 · 1 comment

Comments

@ejunker
Copy link
Contributor

ejunker commented Oct 13, 2020

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▕ }
@ejunker ejunker changed the title Fatal Error after composer update Fatal Error with Laravel 8.10 Oct 13, 2020
@inxilpro
Copy link
Contributor

inxilpro commented Nov 7, 2020

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

@inxilpro inxilpro closed this as completed Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants