From 21964ec81f4f71d63017fd6b19d1bf51ee6716f9 Mon Sep 17 00:00:00 2001 From: Farid Aghili Date: Mon, 14 Nov 2022 18:48:18 +0330 Subject: [PATCH] validation rules sorting consistency (#6031) --- lang/en/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/validation.php b/lang/en/validation.php index 83d6f1f8..f3d8cc5f 100644 --- a/lang/en/validation.php +++ b/lang/en/validation.php @@ -72,7 +72,6 @@ 'ipv6' => 'The :attribute must be a valid IPv6 address.', 'json' => 'The :attribute must be a valid JSON string.', 'lowercase' => 'The :attribute must be lowercase.', - 'uppercase' => 'The :attribute must be uppercase.', 'lt' => [ 'array' => 'The :attribute must have less than :value items.', 'file' => 'The :attribute must be less than :value kilobytes.', @@ -140,6 +139,7 @@ 'timezone' => 'The :attribute must be a valid timezone.', 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', + 'uppercase' => 'The :attribute must be uppercase.', 'url' => 'The :attribute must be a valid URL.', 'uuid' => 'The :attribute must be a valid UUID.',