mirror of
https://github.com/friendica/friendica
synced 2025-04-27 00:30:10 +00:00
Add Feedback :-)
This commit is contained in:
parent
409d909d0f
commit
f4ea74447e
14 changed files with 80 additions and 44 deletions
|
@ -415,11 +415,11 @@ abstract class DI
|
|||
//
|
||||
|
||||
/**
|
||||
* @return Network\HTTPClient\Capability\ICanRequestPerHttp
|
||||
* @return Network\HTTPClient\Capability\ICanSendHttpRequests
|
||||
*/
|
||||
public static function httpClient()
|
||||
{
|
||||
return self::$dice->create(Network\HTTPClient\Capability\ICanRequestPerHttp::class);
|
||||
return self::$dice->create(Network\HTTPClient\Capability\ICanSendHttpRequests::class);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue