@@ -947,7 +947,7 @@ |
||
947 | 947 | * @param \App\Models\JobPoster $jobPoster Incoming Job Poster object. |
948 | 948 | * @param string $application_step Current step in application. |
949 | 949 | * @return array |
950 | - */ |
|
950 | + */ |
|
951 | 951 | public function customBreadcrumbs(JobPoster $jobPoster, string $application_step) |
952 | 952 | { |
953 | 953 | $step_lang = Lang::get('applicant/application_template.tracker_label'); |
@@ -24,7 +24,6 @@ |
||
24 | 24 | * |
25 | 25 | * @param \Illuminate\Http\Request $request Incoming Request. |
26 | 26 | * @param \App\Models\JobPoster $jobPoster Incoming JobPoster object. |
27 | - |
|
28 | 27 | * @return \Illuminate\Http\Response |
29 | 28 | */ |
30 | 29 | public function show(Request $request, JobPoster $jobPoster) |