Fix validation language line.

This commit is contained in:
Taylor Otwell 2013-03-21 13:46:19 -05:00
parent 9a58a02ee8
commit bcd165ff5e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
"file" => "The :attribute must be at least :min kilobytes.", "file" => "The :attribute must be at least :min kilobytes.",
"string" => "The :attribute must be at least :min characters.", "string" => "The :attribute must be at least :min characters.",
), ),
"notin" => "The selected :attribute is invalid.", "not_in" => "The selected :attribute is invalid.",
"numeric" => "The :attribute must be a number.", "numeric" => "The :attribute must be a number.",
"regex" => "The :attribute format is invalid.", "regex" => "The :attribute format is invalid.",
"required" => "The :attribute field is required.", "required" => "The :attribute field is required.",