예제 #1
0
 public function FavCount($id)
 {
     return Favourite::where('fav_fl_id', $id)->count();
 }