コード例 #1
0
 public function getCommentsCount($id)
 {
     return Comments::wherePropositionId($id)->count();
 }