multicaret / laravel-acquaintances

This package gives Eloquent models the ability to manage friendships (with groups), followships along with Likes, favorites..etc.
https://laravel-news.com/manage-friendships-likes-and-more-with-the-acquaintances-laravel-package
MIT License
814 stars 72 forks source link

If there a method for cancelling a friend request once a friend request has been sent? #69

Closed sarik-k closed 2 years ago

sarik-k commented 3 years ago

If a user sent a request to another user, but wants to cancel the request, how do I do that?

boyet007 commented 2 years ago

You may use : $user2->unfriend($user1)