コード例 #1
0
 public function removeUserWanted(User $user)
 {
     $this->users_wanted->removeElement($user);
 }