Esempio n. 1
0
 public function isInCart(Fundraiser $fundraiser)
 {
     return $this->fundraisers->contains($fundraiser);
 }