Commit 09b4471a authored by Taylor Otwell's avatar Taylor Otwell

fix file validation check in validator.

parent 472e377b
......@@ -219,10 +219,6 @@ class Validator {
{
return false;
}
elseif (is_array($value) and count($value) == 0)
{
return false;
}
elseif ( ! is_null(Input::file($attribute)) and $value['tmp_name'] == '')
{
return false;
......
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