Skip to content

Commit

Permalink
CS fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanbaidan committed Aug 21, 2024
1 parent 9744558 commit ca4d06c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -1651,8 +1651,9 @@
ReflectionBasedAbstractFactory::class,
InputValidator\InstanceRiskOp\UpdateInstanceRiskOpDataInputValidator::class =>
ReflectionBasedAbstractFactory::class,
InputValidator\Threat\PostThreatDataInputValidator::class => static function (Containerinterface $container)
{
InputValidator\Threat\PostThreatDataInputValidator::class => static function (
Containerinterface $container
) {
return new InputValidator\Threat\PostThreatDataInputValidator(
$container->get('config'),
$container->get(CoreInputValidator\InputValidationTranslator::class),
Expand Down

0 comments on commit ca4d06c

Please sign in to comment.