Skip to content

Commit

Permalink
eager load classification (#10043)
Browse files Browse the repository at this point in the history
  • Loading branch information
vd1992 authored Apr 11, 2024
1 parent 0ea14eb commit 8d89666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/app/Models/PoolCandidate.php
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ public function createSnapshot()
'workExperiences.skills',
'poolCandidates',
'poolCandidates.pool',
'poolCandidates.pool.classification',
'poolCandidates.educationRequirementAwardExperiences.skills',
'poolCandidates.educationRequirementCommunityExperiences.skills',
'poolCandidates.educationRequirementEducationExperiences.skills',
Expand Down

0 comments on commit 8d89666

Please sign in to comment.