laravel / lumen-framework

The Laravel Lumen Framework.
https://lumen.laravel.com
MIT License
1.48k stars 420 forks source link

Error: Call to undefined method terminating() #1252

Closed HorstSchwarzBerlin closed 1 year ago

HorstSchwarzBerlin commented 1 year ago

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 commented 1 year ago

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

nunomaduro commented 1 year ago

Fixed on the version 9.1.4.