Skip to content

Commit 1834c7c

Browse files
authored
Merge pull request #47 from ZhangChengLin/add-inField
add inField
2 parents 5ff9926 + 7f90931 commit 1834c7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Validator/GlobalMessage.php

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ final class GlobalMessage
7171
'lteField' => '{attr} value must be less than or equals to {value0}',
7272
'gtField' => '{attr} value must be greater than {value0}',
7373
'gteField' => '{attr} value must be greater than or equals to {value0}',
74+
'inField' => '{attr} value must be exists in {value0}',
7475

7576
// 'in', 'enum',
7677
'enum' => '{attr} must in ({value0})',

0 commit comments

Comments
 (0)