@@ -15,7 +15,7 @@ discard block |
||
| 15 | 15 | * |
| 16 | 16 | * @param \App\Models\JobApplication $application Incoming Application object. |
| 17 | 17 | * @return \Illuminate\Http\Response |
| 18 | - */ |
|
| 18 | + */ |
|
| 19 | 19 | public function show(JobApplication $jobApplication, string $requestedStep = null) |
| 20 | 20 | { |
| 21 | 21 | $jobApplicationSteps = $jobApplication->jobApplicationSteps(); |
@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | * |
| 81 | 81 | * @param \App\Models\JobApplication $application Incoming Application object. |
| 82 | 82 | * @return \Illuminate\Http\Response |
| 83 | - */ |
|
| 83 | + */ |
|
| 84 | 84 | public function showDemo(JobApplication $jobApplication, string $requestedStep = null) |
| 85 | 85 | { |
| 86 | 86 | return view('applicant/application-timeline-root') |