You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hootlex I want to add friend in group.I do not any idea in
$user->groupFriend($friend, $group_name);
what $group_name is realy want.
it give an error as
ErrorException in Friendable.php line 124:
Illegal offset type in isset or empty
The text was updated successfully, but these errors were encountered:
I use $user->groupFriend($friend, $group_name); for join a friend in a group.
but it give an error
Illegal offset type in isset or empty
I have an error in this code
if (!isset($groupsAvailable[$groupSlug]) || empty($friendship)) {
return false;
}
$groupsAvailable[$groupSlug] what it get
@hootlex I want to add friend in group.I do not any idea in
$user->groupFriend($friend, $group_name);
what $group_name is realy want.
it give an error as
ErrorException in Friendable.php line 124:
Illegal offset type in isset or empty
The text was updated successfully, but these errors were encountered: