Skip to content

Commit

Permalink
Merge pull request #4723 from Laravel-Lang/projects/download-w9sdoed
Browse files Browse the repository at this point in the history
[source]: Updated Laravel Framework 11.x keys
  • Loading branch information
andrey-helldar authored Apr 29, 2024
2 parents 4cb391e + ccaaf67 commit f4507e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/framework/11.x/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 f4507e9

Please sign in to comment.