Skip to content

Commit 69e2cce

Browse files
Update validation.php (#6029)
1 parent 3762b41 commit 69e2cce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lang/en/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
'ipv6' => 'The :attribute must be a valid IPv6 address.',
7373
'json' => 'The :attribute must be a valid JSON string.',
7474
'lowercase' => 'The :attribute must be lowercase.',
75+
'uppercase' => 'The :attribute must be uppercase.',
7576
'lt' => [
7677
'array' => 'The :attribute must have less than :value items.',
7778
'file' => 'The :attribute must be less than :value kilobytes.',

0 commit comments

Comments
 (0)