Exemplo n.º 1
0
 public function getCommentsCount($id)
 {
     return Comments::wherePropositionId($id)->count();
 }