Browse Source

added required_without_all

Andreas Lutro 11 years ago
parent
commit
d895d2c972
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/lang/en/validation.php

+ 1 - 0
app/lang/en/validation.php

@@ -59,6 +59,7 @@ return array(
 	"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.",
+	"required_without_all" => "The :attribute field is required when none of :values are present.",
 	"same"             => "The :attribute and :other must match.",
 	"size"             => array(
 		"numeric" => "The :attribute must be :size.",