10000
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.
2 parents e4b34bb + e11de1f commit 1753ad9Copy full SHA for 1753ad9
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