jdavidbakr / mail-tracker

Package for Laravel to inject tracking code into outgoing emails.
MIT License
574 stars 129 forks source link

Call to undefined method Illuminate\Events\Dispatcher::fire() in Laravel 5.8 #231

Closed DanielCorrea245 closed 8 months ago

DanielCorrea245 commented 1 year ago

Laravel 5.8 is not using anymore the method fire(). Instead, it uses dispatch().

jdavidbakr commented 1 year ago

What version are you using that's till using fire()?

DanielCorrea245 commented 1 year ago

5.0.9

jdavidbakr commented 1 year ago

I don't see a call to fire() in 5.0.9, where is this happening?

jdavidbakr commented 8 months ago

Closing due to lack of response