Skip to content

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. (dvsa/olcs-selfserve#31)
  • Loading branch information
fibble authored Jan 26, 2024
1 parent 71b44fd commit 244a0ee
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 244a0ee

Please sign in to comment.