hootlex / laravel-friendships

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

convert fire to dispatch #146

Open sloan58 opened 3 years ago

sloan58 commented 3 years ago

Updated Friendable trait to use dispatch in place of the fire method. Tested working on befriend(), acceptFriendRequest(), and getFriends().