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

Laravel 5.8 not work #44

Closed
rcngo opened this issue May 15, 2019 · 1 comment · May be fixed by #45
Closed

Laravel 5.8 not work #44

rcngo opened this issue May 15, 2019 · 1 comment · May be fixed by #45

Comments

@rcngo
Copy link

rcngo commented May 15, 2019

Error

Symfony\Component\Debug\Exception\FatalThrowableError  : Call to undefined method Illuminate\Events\Dispatcher::fire()

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 method

@kirkbushell
Copy link
Contributor

Thanks, @rcngo. I'll be spending some time very soon to upgrade to this to latest Laravel.

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