@@ -20,8 +20,8 @@ |
||
20 | 20 | */ |
21 | 21 | public function getProfile(Applicant $applicant) |
22 | 22 | { |
23 | - $applicant->loadMissing('applicant_classifications'); |
|
24 | - return new ApplicantProfileResource($applicant); |
|
23 | + $applicant->loadMissing('applicant_classifications'); |
|
24 | + return new ApplicantProfileResource($applicant); |
|
25 | 25 | } |
26 | 26 | |
27 | 27 | /** |
@@ -220,7 +220,7 @@ |
||
220 | 220 | 'job_poster_id' => $hrClosedJob->id |
221 | 221 | ]); |
222 | 222 | |
223 | - // Create first parent skill category. |
|
223 | + // Create first parent skill category. |
|
224 | 224 | $skillCategoryParentFirst = factory(SkillCategory::class, 1)->create(['depth' => 1]); |
225 | 225 | |
226 | 226 | // Create second parent skill category. |