Пример #1
0
 public function update(Question $question, Option $option, OptionRequest $request)
 {
     $option->update($request->all());
 }