Closed emaia closed 3 years ago
After upgrading facade/ignition from 2.11.0 to 2.11.1 laravel octane server stops to work and throw this error loop on terminal:
Call to protected method Facade\Ignition\IgnitionServiceProvider::resetFlare() from scope Illuminate\Events\Dispatcher at vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php:392 388▕ if ($wildcard) { 389▕ return $listener($event, $payload); 390▕ } 391▕ ➜ 392▕ return $listener(...array_values($payload)); 393▕ }; 394▕ } 395▕ 396▕ /** Error
If revert facade/ignition to 2.11.0 it works again.
Best to open up a ticket on the ignition tracker.
Description:
After upgrading facade/ignition from 2.11.0 to 2.11.1 laravel octane server stops to work and throw this error loop on terminal:
If revert facade/ignition to 2.11.0 it works again.
Steps To Reproduce: