From: Philipp Date: Sat, 23 Oct 2021 10:22:26 +0000 (+0200) Subject: Restructure Logger to new paradigm X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6bc61d5ef715cbf797c166f1defb8dbcd0514759;p=friendica-addons.git Restructure Logger to new paradigm --- diff --git a/webdav_storage/tests/WebDavTest.php.bak b/webdav_storage/tests/WebDavTest.php.bak index 9c3ff82d..db1f65df 100644 --- a/webdav_storage/tests/WebDavTest.php.bak +++ b/webdav_storage/tests/WebDavTest.php.bak @@ -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