示例#1
0
 public static function getPollOptions($pid)
 {
     return PollOption::all()->where('pid', $pid);
 }