From c532e14680c01fcdc6e9531046cc4bafe9073254 Mon Sep 17 00:00:00 2001 From: Mateusz Nastalski Date: Mon, 28 Mar 2022 15:50:02 +0200 Subject: [PATCH] Remove "password" validation key (#5856) --- lang/en/validation.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/en/validation.php b/lang/en/validation.php index 4707f1a6..397f78e2 100644 --- a/lang/en/validation.php +++ b/lang/en/validation.php @@ -100,7 +100,6 @@ return [ 'not_in' => 'The selected :attribute is invalid.', 'not_regex' => 'The :attribute format is invalid.', 'numeric' => 'The :attribute must be a number.', - 'password' => 'The password is incorrect.', 'present' => 'The :attribute field must be present.', 'prohibited' => 'The :attribute field is prohibited.', 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',