Beispiel #1
0
 public function countForumPosts()
 {
     return ForumComment::where('author_id', $this->id)->count();
 }