We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54202c8 commit 58b4d15Copy full SHA for 58b4d15
src/Models/Response.php
@@ -51,7 +51,7 @@ public function updateFromRequest(Request $request)
51
52
$choice = Choice::FindOrFail($choiceId);
53
54
- $rseponseItem = ResponseItem::where('response_id', $this->id)->where('question_id', $question->id)->first();
+ $responseItem = ResponseItem::where('response_id', $this->id)->where('question_id', $question->id)->first();
55
56
if (!$responseItem) {
57
$responseItem = new ResponseItem;
0 commit comments