hootlex / laravel-friendships

This package gives Eloquent models the ability to manage their friendships.
MIT License
706 stars 151 forks source link

Send events after database changes. #108

Closed kainxspirits closed 6 years ago

kainxspirits commented 6 years ago

Hello,

I don't know if it was made on purpose but I think events should be sent after changes have been made into database.

Example use case : if a friend request is accepted and we wish to retrieve the friends count via a listener, it will retrieve the updated value.

hootlex commented 6 years ago

Nice catch! Thank you