Ejemplo n.º 1
0
 public function WatchCount($id)
 {
     return Watchlist::where('uw_fl_id', $id)->count();
 }