示例#1
0
function getMyFriends()
{
    return FriendRequest::MyFriends(Auth::user()->id);
}