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

Error: Call to undefined method terminating() #1252

Closed
HorstSchwarzBerlin opened this issue Oct 18, 2022 · 2 comments
Closed

Error: Call to undefined method terminating() #1252

HorstSchwarzBerlin opened this issue Oct 18, 2022 · 2 comments

Comments

@HorstSchwarzBerlin
Copy link

  • Lumen Version: 9.1.3
  • Laravel Version: 9.36.0
  • PHP Version: 8.1
  • Database Driver & Version:

Description:

I get an error in vendor/illuminate/view/ViewServiceProvider.php line 26 that terminating is undefined. vendor/laravel/lumen-framework/src/Application.php does not contain such a method, but it is in vendor/illuminate/contracts/Foundation/Application.php

Steps To Reproduce:

@MattApril
Copy link
Contributor

MattApril commented Oct 18, 2022

I'm also getting this. Looks like the Application::terminating() method was never added to Lumen.

@nunomaduro
Copy link
Member

Fixed on the version 9.1.4.

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

No branches or pull requests

3 participants