thedevdojo / chatter

Chatter is a Simple Laravel Forum Package
https://devdojo.com/forums
MIT License
897 stars 295 forks source link

Bad method call exception #279

Closed sudheerb9 closed 4 years ago

sudheerb9 commented 4 years ago

BadMethodCallException Method Illuminate\Events\Dispatcher::fire does not exist.

This was the error being popped up . How to fix this issue ? Anyhelp would be appreciated !

sudheerb9 commented 4 years ago

I fixed it . Event::fire should be replaced with Event::dispatch . Thanks #241