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 92bf900 commit df1899bCopy full SHA for df1899b
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