mirror of
https://github.com/friendica/friendica
synced 2025-04-27 14:30:11 +00:00
Create HTTPClientFactory and introduce ImageTest
This commit is contained in:
parent
73e8db24f9
commit
52c7948526
7 changed files with 278 additions and 134 deletions
|
@ -407,11 +407,11 @@ abstract class DI
|
|||
//
|
||||
|
||||
/**
|
||||
* @return Network\IHTTPRequest
|
||||
* @return Network\IHTTPClient
|
||||
*/
|
||||
public static function httpRequest()
|
||||
{
|
||||
return self::$dice->create(Network\IHTTPRequest::class);
|
||||
return self::$dice->create(Network\IHTTPClient::class);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue