X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=4645ea252db915cfe171c8cccad5771fa4f8c18d;hb=a19a7dc2a0c0a22fd306e162383ef7117c1baca2;hp=7f6f28f33cb45257772361a6524a27ceb76e678d;hpb=cf0b7b709b1a9a5d64b261817fd02b9812d7fd04;p=friendica.git diff --git a/src/DI.php b/src/DI.php index 7f6f28f33c..4645ea252d 100644 --- a/src/DI.php +++ b/src/DI.php @@ -420,7 +420,7 @@ abstract class DI /** * @return Network\IHTTPClient */ - public static function httpRequest() + public static function httpClient() { return self::$dice->create(Network\IHTTPClient::class); }