Restructure HTTPClient for new paradigm

This commit is contained in:
Philipp 2021-10-23 12:50:29 +02:00
parent 6bc61d5ef7
commit fe296e5a73
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
4 changed files with 26 additions and 26 deletions

View file

@ -4,7 +4,7 @@ namespace Friendica\Addon\webdav_storage\tests;
use Friendica\Addon\webdav_storage\src\WebDav;
use Friendica\DI;
use Friendica\Factory\HTTPClientFactory;
use Friendica\Network\HTTPClient\Factory\HTTPClientFactory;
use Friendica\Test\src\Core\Storage\StorageTest;
use Friendica\Core\Logger\Type\VoidLogger;