We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Symfony\Component\Debug\Exception\FatalThrowableError : Call to undefined method Illuminate\Events\Dispatcher::fire()
The fire() method is an alias to the dispatch() method. In laravel 5.8 the fire() method has been removed.
See: [5.8] Remove fire method
fire
The text was updated successfully, but these errors were encountered:
Thanks, @rcngo. I'll be spending some time very soon to upgrade to this to latest Laravel.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Error
Description
The fire() method is an alias to the dispatch() method. In laravel 5.8 the fire() method has been removed.
See: [5.8] Remove
fire
methodThe text was updated successfully, but these errors were encountered: