From dd1e64a7a4cdcec6c846aed13330d6523d457b91 Mon Sep 17 00:00:00 2001 From: Fernando Henrique Bandeira Date: Fri, 2 Sep 2016 08:39:34 -0300 Subject: [PATCH] Changing order --- resources/lang/en/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index fcbdf915..3abb85f5 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -52,8 +52,8 @@ '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.',