@@ -581,7 +581,7 @@ class Validator {
{
$url = str_replace(array('http://', 'https://', 'ftp://'), '', Str::lower($value));
- return checkdnsrr($url);
+ return (trim($url) !== '') ? checkdnsrr($url) : false;
}
/**