Skip to content

Commit

Permalink
Added StructValidator to ease usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p committed Nov 18, 2024
1 parent d377571 commit f55d752
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bundle/Core/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,9 @@ services:

Ibexa\Bundle\Core\Translation\Policy\PolicyTranslationDefinitionProvider: ~

Ibexa\Contracts\Core\Validation\StructValidator: ~
Ibexa\Contracts\Core\Validation\StructValidator:
arguments:
$validator: '@validator'

Ibexa\Contracts\Core\Validation\StructWrapperValidator:
decorates: 'validator'
Expand Down

0 comments on commit f55d752

Please sign in to comment.