@@ -111,7 +111,7 @@ discard block |
||
111 | 111 | ]); |
112 | 112 | $degree->save(); |
113 | 113 | } else { |
114 | - Log::warning("Applicant $applicant->id attempted to update degree with invalid id: $id"); |
|
114 | + Log::warning("applicant $applicant->id attempted to update degree with invalid id: $id"); |
|
115 | 115 | } |
116 | 116 | } |
117 | 117 | } |
@@ -168,7 +168,7 @@ discard block |
||
168 | 168 | ]); |
169 | 169 | $course->save(); |
170 | 170 | } else { |
171 | - Log::warning("Applicant $applicant->id attempted to update course with invalid id: $id"); |
|
171 | + Log::warning("applicant $applicant->id attempted to update course with invalid id: $id"); |
|
172 | 172 | } |
173 | 173 | } |
174 | 174 | } |
@@ -225,7 +225,7 @@ discard block |
||
225 | 225 | ]); |
226 | 226 | $workExperience->save(); |
227 | 227 | } else { |
228 | - Log::warning("Applicant $applicant->id attempted to update work_experience with invalid id: $id"); |
|
228 | + Log::warning("applicant $applicant->id attempted to update work_experience with invalid id: $id"); |
|
229 | 229 | } |
230 | 230 | } |
231 | 231 | } |
@@ -458,7 +458,7 @@ discard block |
||
458 | 458 | ]); |
459 | 459 | $degree->save(); |
460 | 460 | } else { |
461 | - Log::warning("Applicant $applicant->id attempted to update degree with invalid id: $id"); |
|
461 | + Log::warning("applicant $applicant->id attempted to update degree with invalid id: $id"); |
|
462 | 462 | } |
463 | 463 | } |
464 | 464 | } |
@@ -504,7 +504,7 @@ discard block |
||
504 | 504 | ]); |
505 | 505 | $course->save(); |
506 | 506 | } else { |
507 | - Log::warning("Applicant $applicant->id attempted to update course with invalid id: $id"); |
|
507 | + Log::warning("applicant $applicant->id attempted to update course with invalid id: $id"); |
|
508 | 508 | } |
509 | 509 | } |
510 | 510 | } |
@@ -550,7 +550,7 @@ discard block |
||
550 | 550 | ]); |
551 | 551 | $workExperience->save(); |
552 | 552 | } else { |
553 | - Log::warning("Applicant $applicant->id attempted to update work_experience with invalid id: $id"); |
|
553 | + Log::warning("applicant $applicant->id attempted to update work_experience with invalid id: $id"); |
|
554 | 554 | } |
555 | 555 | } |
556 | 556 | } |
@@ -633,7 +633,7 @@ discard block |
||
633 | 633 | $sampleIds = $this->getRelativeIds($skillDeclarationInput, 'samples'); |
634 | 634 | $skillDeclaration->work_samples()->sync($sampleIds); |
635 | 635 | } else { |
636 | - Log::warning("Applicant $applicant->id attempted to update skill declaration with invalid id: $id"); |
|
636 | + Log::warning("applicant $applicant->id attempted to update skill declaration with invalid id: $id"); |
|
637 | 637 | } |
638 | 638 | } |
639 | 639 | } |
@@ -717,7 +717,7 @@ discard block |
||
717 | 717 | $sampleIds = $this->getRelativeIds($skillDeclarationInput, 'samples'); |
718 | 718 | $skillDeclaration->work_samples()->sync($sampleIds); |
719 | 719 | } else { |
720 | - Log::warning("Applicant $applicant->id attempted to update skill declaration with invalid id: $id"); |
|
720 | + Log::warning("applicant $applicant->id attempted to update skill declaration with invalid id: $id"); |
|
721 | 721 | } |
722 | 722 | } |
723 | 723 | } |