Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
fix: Two constructor params were recently added, only one was being u…
Browse files Browse the repository at this point in the history
…sed and the other not passed in from the factory. Removed the unused one. Page now tests OK locally. (#31)
  • Loading branch information
fibble authored Jan 26, 2024
1 parent 6b8ec94 commit 3275482
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ public function __construct(
AnnotationBuilder $transferAnnotationBuilder,
CommandService $commandService,
Lva\Adapters\VariationFinancialEvidenceAdapter $lvaAdapter,
FileUploadHelperService $uploadHelper,
ValidatorPluginManager $validatorPluginManager
FileUploadHelperService $uploadHelper
) {
parent::__construct(
$niTextTranslationUtil,
Expand Down

0 comments on commit 3275482

Please sign in to comment.