hootlex / laravel-friendships

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

Friends since? #63

Closed ghost closed 7 years ago

ghost commented 7 years ago

How would I go about extending getFriends() to include an additional attribute which says when a user became friends with another user?

I could write an additional method, but I want to avoid the N+1 query issue.

hootlex commented 7 years ago

I believe that the $friendship->update_at attribute is what you are looking for.