From 5712c6014c4aa9213db7316b5fb7cb1ba4692083 Mon Sep 17 00:00:00 2001 From: andrey-helldar <10347617+andrey-helldar@users.noreply.github.com> Date: Wed, 13 Mar 2024 00:54:47 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=9D=EF=B8=8F=20Updated=20Laravel=20Fra?= =?UTF-8?q?mework=20master=20keys?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/framework/master/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/source/framework/master/validation.php b/source/framework/master/validation.php index a11f7f24851..f0bb28ac877 100644 --- a/source/framework/master/validation.php +++ b/source/framework/master/validation.php @@ -72,6 +72,7 @@ 'ipv4' => 'The :attribute field must be a valid IPv4 address.', 'ipv6' => 'The :attribute field must be a valid IPv6 address.', 'json' => 'The :attribute field must be a valid JSON string.', + 'list' => 'The :attribute field must be a list.', 'lowercase' => 'The :attribute field must be lowercase.', 'lt' => [ 'array' => 'The :attribute field must have less than :value items.',