Paradigm Restructuring Part 3 - Logger HTTPClient #1198

Merged
nupplaphil merged 3 commits from feat/httpclient_restructuring into develop 2021-10-29 15:56:46 +02:00
Showing only changes of commit 6bc61d5ef7 - Show all commits

View file

@ -6,7 +6,7 @@ use Friendica\Addon\webdav_storage\src\WebDav;
use Friendica\DI;
use Friendica\Factory\HTTPClientFactory;
use Friendica\Test\src\Core\Storage\StorageTest;
use Friendica\Util\Logger\VoidLogger;
use Friendica\Core\Logger\Type\VoidLogger;
/// @todo remove when constant is moved to a class constant
/// Necessary for DB_UPDATE_VERSION constant in case of direct calls, where dbstructure isn't included during the calling process