musonza / chat

A Laravel chat package. You can use this package to create a chat/messaging Laravel application.
MIT License
1.12k stars 308 forks source link

fix #265 #285

Closed shacky closed 3 years ago

shacky commented 3 years ago

You should not call "event" on an object implementing ShouldBroadcast - it will be broadcasted in such case, so we should remove these 2 lines of code.