From 8382bb75b2630c25f32c7dc2e76e4baf41c83ca5 Mon Sep 17 00:00:00 2001 From: andrey-helldar <10347617+andrey-helldar@users.noreply.github.com> Date: Fri, 10 May 2024 00:55:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=9D=EF=B8=8F=20Updated=20Laravel=20Fra?= =?UTF-8?q?mework=2011.x=20keys?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/framework/11.x/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/source/framework/11.x/validation.php b/source/framework/11.x/validation.php index e207713b790..a0b0b8c1e0b 100644 --- a/source/framework/11.x/validation.php +++ b/source/framework/11.x/validation.php @@ -25,6 +25,7 @@ 'boolean' => 'The :attribute field must be true or false.', 'can' => 'The :attribute field contains an unauthorized value.', 'confirmed' => 'The :attribute field confirmation does not match.', + 'contains' => 'The :attribute field is missing a required value.', 'current_password' => 'The password is incorrect.', 'custom' => [ 'attribute-name' => [