Skip to content

Commit 151fdab

Browse files
committed
Merge pull request laravel#2706 from idhamperdameian/master
Add required_with_all validation message
2 parents 945a073 + 5b28206 commit 151fdab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/lang/en/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"required" => "The :attribute field is required.",
5959
"required_if" => "The :attribute field is required when :other is :value.",
6060
"required_with" => "The :attribute field is required when :values is present.",
61+
"required_with_all" => "The :attribute field is required when all of :values are present.",
6162
"required_without" => "The :attribute field is required when :values is not present.",
6263
"required_without_all" => "The :attribute field is required when none of :values are present.",
6364
"same" => "The :attribute and :other must match.",

0 commit comments

Comments
 (0)