@@ -41,8 +41,8 @@ |
||
41 | 41 | public function rules() |
42 | 42 | { |
43 | 43 | return [ |
44 | - '*.id' => 'required|exists:App\Models\ExperienceSkill,id', |
|
45 | - '*.justification' => 'nullable|string', |
|
44 | + '*.id' => 'required|exists:App\Models\ExperienceSkill,id', |
|
45 | + '*.justification' => 'nullable|string', |
|
46 | 46 | ]; |
47 | 47 | } |
48 | 48 | } |
@@ -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 | /** |