Update validation.php

Language validation addition for https://github.com/laravel/framework/pull/4599
This commit is contained in:
Laurence Ioannou 2014-06-07 00:42:59 +10:00
parent 1713d69ca8
commit df18065dff
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
"string" => "The :attribute must be between :min and :max characters.",
"array" => "The :attribute must have between :min and :max items.",
),
"boolean" => "The :attribute field must be either true or false",
"confirmed" => "The :attribute confirmation does not match.",
"date" => "The :attribute is not a valid date.",
"date_format" => "The :attribute does not match the format :format.",