Skip to content

Commit

Permalink
Merge pull request #4722 from Laravel-Lang/projects/download-8ftrctr
Browse files Browse the repository at this point in the history
[source]: Updated Laravel Framework master keys
  • Loading branch information
andrey-helldar authored Apr 29, 2024
2 parents d5b5c32 + cc47347 commit 79940b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/framework/master/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
'required_array_keys' => 'The :attribute field must contain entries for: :values.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
'required_if_declined' => 'The :attribute field is required when :other is declined.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'The :attribute field is required when :values is present.',
'required_with_all' => 'The :attribute field is required when :values are present.',
Expand Down

0 comments on commit 79940b5

Please sign in to comment.