Merge pull request #3923 from fernandobandeira/patch-1

Lang Alphabetical Order
This commit is contained in:
Taylor Otwell
2016-09-02 07:37:19 -05:00
committed by GitHub

View File

@@ -52,8 +52,8 @@ return [
'string' => 'The :attribute may not be greater than :max characters.',
'array' => 'The :attribute may not have more than :max items.',
],
'mimetypes' => 'The :attribute must be a file of type: :values.',
'mimes' => 'The :attribute must be a file of type: :values.',
'mimetypes' => 'The :attribute must be a file of type: :values.',
'min' => [
'numeric' => 'The :attribute must be at least :min.',
'file' => 'The :attribute must be at least :min kilobytes.',