Beispiel #1
0
 public function hasPost(Post $post)
 {
     return $this->posts->contains($post);
 }