@@ -16,7 +16,7 @@ |
||
| 16 | 16 | * |
| 17 | 17 | * @param \App\Models\JobApplication $application Incoming Application object. |
| 18 | 18 | * @return \Illuminate\Http\Response |
| 19 | - */ |
|
| 19 | + */ |
|
| 20 | 20 | public function show(JobApplication $jobApplication, string $requestedStep = null) |
| 21 | 21 | { |
| 22 | 22 | Log::debug("Step is $requestedStep"); |