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

replace \Event::fire() calls with \Event::dispatch() fix #99 #101

Merged
merged 1 commit into from
Aug 15, 2019
Merged

replace \Event::fire() calls with \Event::dispatch() fix #99 #101

merged 1 commit into from
Aug 15, 2019

Conversation

larsbo
Copy link

@larsbo larsbo commented Aug 15, 2019

replace deprecated and removed function to make the package Laravel 5.8 compatible.

@larsbo larsbo changed the title replace \Event::fire() calls with \Event::dispatch() replace \Event::fire() calls with \Event::dispatch() fix #99 Aug 15, 2019
@liebig liebig merged commit 15a56a4 into liebig:master Aug 15, 2019
@liebig
Copy link
Owner

liebig commented Aug 15, 2019

Thank you very much Lars

@Mythli
Copy link

Mythli commented Jul 31, 2020

This actually breaks Laravel 4 support.

{"error":{"type":"Symfony\Component\Debug\Exception\FatalThrowableError","message":"Call to undefined method Illuminate\Events\Dispatcher::dispatch()","file":"/Users/tobiasanhalt/Development/websail.pilot/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php","line":213}}%

@larsbo
Copy link
Author

larsbo commented Jul 31, 2020

That’s because you use dev-master in your composer. See #99 (comment)

@larsbo larsbo deleted the laravel-5-8-compatibility branch August 14, 2020 09:21
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 this pull request may close these issues.

3 participants