mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Merge pull request #2948 from TheShiftExchange/patch-1
Update validation language to include boolean
This commit is contained in:
commit
8e43b1360a
@ -27,6 +27,7 @@ return array(
|
||||
"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.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user