|
35 | 35 | 'digits' => 'The :attribute must be :digits digits.',
|
36 | 36 | 'digits_between' => 'The :attribute must be between :min and :max digits.',
|
37 | 37 | 'email' => 'The :attribute must be a valid email address.',
|
38 |
| - 'filled' => 'The :attribute field is required.', |
39 | 38 | 'exists' => 'The selected :attribute is invalid.',
|
| 39 | + 'filled' => 'The :attribute field is required.', |
40 | 40 | 'image' => 'The :attribute must be an image.',
|
41 | 41 | 'in' => 'The selected :attribute is invalid.',
|
42 | 42 | 'integer' => 'The :attribute must be an integer.',
|
43 | 43 | 'ip' => 'The :attribute must be a valid IP address.',
|
| 44 | + 'json' => 'The :attribute must be a valid JSON string.', |
44 | 45 | 'max' => [
|
45 | 46 | 'numeric' => 'The :attribute may not be greater than :max.',
|
46 | 47 | 'file' => 'The :attribute may not be greater than :max kilobytes.',
|
|
71 | 72 | 'array' => 'The :attribute must contain :size items.',
|
72 | 73 | ],
|
73 | 74 | 'string' => 'The :attribute must be a string.',
|
| 75 | + 'timezone' => 'The :attribute must be a valid zone.', |
74 | 76 | 'unique' => 'The :attribute has already been taken.',
|
75 | 77 | 'url' => 'The :attribute format is invalid.',
|
76 |
| - 'timezone' => 'The :attribute must be a valid zone.', |
77 | 78 |
|
78 | 79 | /*
|
79 | 80 | |--------------------------------------------------------------------------
|
|
0 commit comments