Commit 8e43b136 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2948 from TheShiftExchange/patch-1

Update validation language to include boolean
parents 1713d69c df18065d
...@@ -27,6 +27,7 @@ return array( ...@@ -27,6 +27,7 @@ return array(
"string" => "The :attribute must be between :min and :max characters.", "string" => "The :attribute must be between :min and :max characters.",
"array" => "The :attribute must have between :min and :max items.", "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.", "confirmed" => "The :attribute confirmation does not match.",
"date" => "The :attribute is not a valid date.", "date" => "The :attribute is not a valid date.",
"date_format" => "The :attribute does not match the format :format.", "date_format" => "The :attribute does not match the format :format.",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment