Beispiel #1
0
 /**
  * @param $helpid The committee-activity link for which helping users should be returned.
  * @return $this All associated ActivityParticipations.
  */
 public function helpingUsers($helpid)
 {
     return ActivityParticipation::whereNull('activities_users.deleted_at')->where('committees_activities_id', $helpid)->get();
 }