Closed prawn185 closed 1 year ago
getPendingsCount() so I can't get a count of pending friendship requests as per the documentation
getPendingsCount()
I've solved the issue by: $user->getFriendRequests()->count()
$user->getFriendRequests()->count()
First time doing a pull request for the public repo :octocat: #92
Great job, thanks for your contribution 🙌
getPendingsCount()
so I can't get a count of pending friendship requests as per the documentationI've solved the issue by:
$user->getFriendRequests()->count()