|
53 | 53 | 'array' => 'The :attribute must have more than :value items.',
|
54 | 54 | ],
|
55 | 55 | 'gte' => [
|
56 |
| - 'numeric' => 'The :attribute must be greater than or equal :value.', |
57 |
| - 'file' => 'The :attribute must be greater than or equal :value kilobytes.', |
58 |
| - 'string' => 'The :attribute must be greater than or equal :value characters.', |
| 56 | + 'numeric' => 'The :attribute must be greater than or equal to :value.', |
| 57 | + 'file' => 'The :attribute must be greater than or equal to :value kilobytes.', |
| 58 | + 'string' => 'The :attribute must be greater than or equal to :value characters.', |
59 | 59 | 'array' => 'The :attribute must have :value items or more.',
|
60 | 60 | ],
|
61 | 61 | 'image' => 'The :attribute must be an image.',
|
|
73 | 73 | 'array' => 'The :attribute must have less than :value items.',
|
74 | 74 | ],
|
75 | 75 | 'lte' => [
|
76 |
| - 'numeric' => 'The :attribute must be less than or equal :value.', |
77 |
| - 'file' => 'The :attribute must be less than or equal :value kilobytes.', |
78 |
| - 'string' => 'The :attribute must be less than or equal :value characters.', |
| 76 | + 'numeric' => 'The :attribute must be less than or equal to :value.', |
| 77 | + 'file' => 'The :attribute must be less than or equal to :value kilobytes.', |
| 78 | + 'string' => 'The :attribute must be less than or equal to :value characters.', |
79 | 79 | 'array' => 'The :attribute must not have more than :value items.',
|
80 | 80 | ],
|
81 | 81 | 'max' => [
|
|
0 commit comments