diff --git a/core/Utils/WebReader.php b/core/Utils/WebReader.php index 413f5e36..1ffbea9c 100644 --- a/core/Utils/WebReader.php +++ b/core/Utils/WebReader.php @@ -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 *