We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ff9926 + 7f90931 commit 1834c7cCopy full SHA for 1834c7c
src/Validator/GlobalMessage.php
@@ -71,6 +71,7 @@ final class GlobalMessage
71
'lteField' => '{attr} value must be less than or equals to {value0}',
72
'gtField' => '{attr} value must be greater than {value0}',
73
'gteField' => '{attr} value must be greater than or equals to {value0}',
74
+ 'inField' => '{attr} value must be exists in {value0}',
75
76
// 'in', 'enum',
77
'enum' => '{attr} must in ({value0})',
0 commit comments