@@ -15,7 +15,7 @@ |
||
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(); |