Skip to content

Commit df18065

Browse files
author
Laurence Ioannou
committed
Update validation.php
Language validation addition for laravel/framework#4599
1 parent 1713d69 commit df18065

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/lang/en/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"string" => "The :attribute must be between :min and :max characters.",
2828
"array" => "The :attribute must have between :min and :max items.",
2929
),
30+
"boolean" => "The :attribute field must be either true or false",
3031
"confirmed" => "The :attribute confirmation does not match.",
3132
"date" => "The :attribute is not a valid date.",
3233
"date_format" => "The :attribute does not match the format :format.",

0 commit comments

Comments
 (0)