fix: reorder constructor params in ImportFilmsBatchMessageHandler
Move AwardImporter after ImportRepository to fix autowiring order in compiled container cache. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -26,8 +26,8 @@ readonly class ImportFilmsBatchMessageHandler
|
||||
private LtbxdGateway $ltbxdGateway,
|
||||
private FilmImporter $filmImporter,
|
||||
private ActorSyncer $actorSyncer,
|
||||
private AwardImporter $awardImporter,
|
||||
private ImportRepository $importRepository,
|
||||
private AwardImporter $awardImporter,
|
||||
private LoggerInterface $logger,
|
||||
) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user