@@ -13,7 +13,7 @@ |
||
13 | 13 | * |
14 | 14 | * @param \App\Models\JobApplication $application Incoming Application object. |
15 | 15 | * @return \Illuminate\Http\Response |
16 | - */ |
|
16 | + */ |
|
17 | 17 | public function show(JobApplication $jobApplication) |
18 | 18 | { |
19 | 19 | return view('applicant/application-timeline-root') |
@@ -249,7 +249,7 @@ |
||
249 | 249 | $rules = $this->addNestedValidatorRules( |
250 | 250 | 'job_application_answers.*', |
251 | 251 | $answerValidator->rules(), |
252 | - [ 'job_application_answers.*.answer' => ['required', 'string', new WordLimitRule(250)]] |
|
252 | + ['job_application_answers.*.answer' => ['required', 'string', new WordLimitRule(250)]] |
|
253 | 253 | ); |
254 | 254 | |
255 | 255 | // Validate that each question has been answered. |