File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 37
37
"in " => "The selected :attribute is invalid. " ,
38
38
"integer " => "The :attribute must be an integer. " ,
39
39
"ip " => "The :attribute must be a valid IP address. " ,
40
- "match " => "The :attribute format is invalid. " ,
41
40
"max " => array (
42
41
"numeric " => "The :attribute must be less than :max. " ,
43
42
"file " => "The :attribute must be less than :max kilobytes. " ,
51
50
),
52
51
"notin " => "The selected :attribute is invalid. " ,
53
52
"numeric " => "The :attribute must be a number. " ,
53
+ "regex " => "The :attribute format is invalid. " ,
54
54
"required " => "The :attribute field is required. " ,
55
55
"required_with " => "The :attribute field is required when :values is present. " ,
56
56
"same " => "The :attribute and :other must match. " ,
You can’t perform that action at this time.
0 commit comments