Skip to content

fix(career): add missing CareerJobListItemBundle import - #3532

Merged
fermatmind merged 1 commit into
mainfrom
fix/ci-career-job-list-item-bundle-import
Aug 4, 2026
Merged

fix(career): add missing CareerJobListItemBundle import#3532
fermatmind merged 1 commit into
mainfrom
fix/ci-career-job-list-item-bundle-import

Conversation

@fermatmind

Copy link
Copy Markdown
Owner

Summary

Fix CareerDirectory10kOpsWarmValidateCommandTest failure in CI content-pack-build-validate job.

Root cause

CareerJobListItemBundle was moved from App\Services\Career\Bundles to App\DTO\Career (W8-03+04 PR) but the use import was not added to CareerJobListBundleBuilder.php. All new CareerJobListItemBundle(...) calls at lines 390, 453, 525, 555, 606 fail with "Class not found".

Fix

  • Add use App\DTO\Career\CareerJobListItemBundle; to CareerJobListBundleBuilder.php
  • 1 line diff

Verification

Add use App\DTO\Career\CareerJobListItemBundle to CareerJobListBundleBuilder.
The class was moved to App\DTO\Career but the import was not updated,
causing CareerDirectory10kOpsWarmValidateCommandTest to fail with
'Class not found'.
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@fermatmind
fermatmind merged commit af1caf8 into main Aug 4, 2026
8 of 9 checks passed
@fermatmind
fermatmind deleted the fix/ci-career-job-list-item-bundle-import branch August 4, 2026 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant