コード例 #1
0
 /**
  * @param $id
  * @return Question
  */
 public function find($id)
 {
     return $this->question->findOrFail($id);
 }