8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b34bb commit e11de1fCopy full SHA for e11de1f
src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.php
@@ -75,7 +75,9 @@
75
76
->set('validator.expression', ExpressionValidator::class)
77
->args([service('validator.expression_language')->nullOnInvalid()])
78
- ->tag('validator.constraint_validator')
+ ->tag('validator.constraint_validator', [
79
+ 'alias' => 'validator.expression',
80
+ ])
81
82
->set('validator.expression_language', ExpressionLanguage::class)
83
->args([service('cache.validator_expression_language')->nullOnInvalid()])
0 commit comments