Add required_if validation language line.

This commit is contained in:
Taylor Otwell 2013-04-30 09:57:09 -05:00
parent 763f1d5181
commit d433293e8a
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
"numeric" => "The :attribute must be a number.",
"regex" => "The :attribute format is invalid.",
"required" => "The :attribute field is required.",
"required_if" => "The :attribute field is required when :other is :value.",
"required_with" => "The :attribute field is required when :values is present.",
"required_without" => "The :attribute field is required when :values is not present.",
"same" => "The :attribute and :other must match.",