@@ -29,7 +29,7 @@ |
||
| 29 | 29 | { |
| 30 | 30 | // Validate job application answer. |
| 31 | 31 | $validatedData = $request->validate([ |
| 32 | - 'answer' => 'required|nullable|string', |
|
| 32 | + 'answer' => 'required|nullable|string', |
|
| 33 | 33 | ]); |
| 34 | 34 | |
| 35 | 35 | // Update existing object with data and save to db. |