Example #1
0
 public function unfallow(User $userToUnfallow, User $unfallower)
 {
     return $unfallower->fallowedUsers()->detach($userToUnfallow);
 }