改进Validate

This commit is contained in:
thinkphp
2016-12-19 08:55:11 +08:00
parent efd34d53fd
commit 33b9ba4a9c

View File

@@ -417,7 +417,7 @@ class Validate
$i++;
}
}
return true !== $result ? $result : true;
return $result;
}
/**