From 67653ed4c48f2a2f5bc0fbbfa1797ad0c29c7637 Mon Sep 17 00:00:00 2001 From: keljtanoski <37045988+keljtanoski@users.noreply.github.com> Date: Fri, 25 Apr 2025 02:17:09 +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 2d50431ed97..c2dd5ae0a55 100644 --- a/source/framework/master/validation.php +++ b/source/framework/master/validation.php @@ -11,6 +11,7 @@ 'alpha' => 'The :attribute field must only contain letters.', 'alpha_dash' => 'The :attribute field must only contain letters, numbers, dashes, and underscores.', 'alpha_num' => 'The :attribute field must only contain letters and numbers.', + 'any_of' => 'The :attribute field is invalid.', 'array' => 'The :attribute field must be an array.', 'ascii' => 'The :attribute field must only contain single-byte alphanumeric characters and symbols.', 'attributes' => [],