File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
"array " => "The :attribute must be an array. " ,
23
23
"before " => "The :attribute must be a date before :date. " ,
24
24
"between " => array (
25
- "numeric " => "The :attribute must be between :min - :max. " ,
26
- "file " => "The :attribute must be between :min - :max kilobytes. " ,
27
- "string " => "The :attribute must be between :min - :max characters. " ,
28
- "array " => "The :attribute must have between :min - :max items. " ,
25
+ "numeric " => "The :attribute must be between :min and :max. " ,
26
+ "file " => "The :attribute must be between :min and :max kilobytes. " ,
27
+ "string " => "The :attribute must be between :min and :max characters. " ,
28
+ "array " => "The :attribute must have between :min and :max items. " ,
29
29
),
30
30
"confirmed " => "The :attribute confirmation does not match. " ,
31
31
"date " => "The :attribute is not a valid date. " ,
You can’t perform that action at this time.
0 commit comments