예제 #1
0
파일: Komentari.php 프로젝트: duxor/GUSLE
 public static function brojStranicaDiskusije()
 {
     return Komentari::where('odobren', 1)->where('vrsta_veze_id', 0)->where('odgovor_id', 0)->count();
 }