chatter
chatter copied to clipboard
replace Event::fire() with Event::dispatch() for L5.8
Can't create a new discussion when using Laravel 5.8:
Symfony\Component\Debug\Exception\FatalThrowableError Call to undefined method Illuminate\Events\Dispatcher::fire().
Illuminate\Events\Dispatcher::fire() changed to dispatch in Laravel 5.8
This fix worked for me on L5.8 - please merge it.
please merge it.
i am not sure what happened but in every branch this has reverted to fire() ??

Can this be merged?
Please merge this - i just raised an issue relating to this.
Yes, This worked for me. Thanks!