コード例 #1
0
 public function getQuestionOptions($question_id)
 {
     return Question_Option::where('question_id', '=', $question_id)->get();
 }