Update validation.php (#6029)

This commit is contained in:
Michael Nabil 2022-11-14 15:15:20 +02:00 committed by GitHub
parent 3762b41729
commit 69e2cce9cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@
'ipv6' => 'The :attribute must be a valid IPv6 address.', 'ipv6' => 'The :attribute must be a valid IPv6 address.',
'json' => 'The :attribute must be a valid JSON string.', 'json' => 'The :attribute must be a valid JSON string.',
'lowercase' => 'The :attribute must be lowercase.', 'lowercase' => 'The :attribute must be lowercase.',
'uppercase' => 'The :attribute must be uppercase.',
'lt' => [ 'lt' => [
'array' => 'The :attribute must have less than :value items.', 'array' => 'The :attribute must have less than :value items.',
'file' => 'The :attribute must be less than :value kilobytes.', 'file' => 'The :attribute must be less than :value kilobytes.',