This commit is contained in:
Refactorian
2023-09-14 01:28:33 +09:00
committed by GitHub
parent b71e5fe9fe
commit 9a79ed28de
12 changed files with 867 additions and 683 deletions

View File

@@ -32,6 +32,7 @@ return [
'string' => 'The :attribute field must be between :min and :max characters.',
],
'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.',
'current_password' => 'The password is incorrect.',
'date' => 'The :attribute field must be a valid date.',