From d895d2c972578c8cc18174ca2874074028a85edc Mon Sep 17 00:00:00 2001 From: Andreas Lutro Date: Thu, 31 Oct 2013 15:19:49 +0100 Subject: [PATCH] added required_without_all --- app/lang/en/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lang/en/validation.php b/app/lang/en/validation.php index 4fc83ff1..0e2e27d3 100644 --- a/app/lang/en/validation.php +++ b/app/lang/en/validation.php @@ -59,6 +59,7 @@ "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.",