Merge pull request #1536 from xsbeats/required_with_validation_message

bugfix: added validation message to language file for required_with
This commit is contained in:
Taylor Otwell
2013-01-05 11:39:55 -08:00
4 changed files with 40 additions and 4 deletions

View File

@@ -58,6 +58,7 @@ return array(
"not_in" => "The selected :attribute is invalid.",
"numeric" => "The :attribute must be a number.",
"required" => "The :attribute field is required.",
"required_with" => "The :attribute field is required with :field",
"same" => "The :attribute and :other must match.",
"size" => array(
"numeric" => "The :attribute must be :size.",
@@ -101,4 +102,4 @@ return array(
'attributes' => array(),
);
);