removed webreader deprecated loadFile(..)
This commit is contained in:
parent
9741027a71
commit
653ee5b577
@ -30,18 +30,7 @@ abstract class WebReader {
|
||||
}
|
||||
return $response;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @see WebReader::getUrl()
|
||||
*/
|
||||
public static function loadUrl($url, callable $function = null) {
|
||||
if ($function) {
|
||||
return static::getUrl($url, $function);
|
||||
}
|
||||
return static::getUrl($url);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Create a new cURL Request for the given URL
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user