]> git.mxchange.org Git - friendica-addons.git/commitdiff
Restructure Logger to new paradigm
authorPhilipp <admin@philipp.info>
Sat, 23 Oct 2021 10:22:26 +0000 (12:22 +0200)
committerPhilipp <admin@philipp.info>
Thu, 28 Oct 2021 16:24:33 +0000 (18:24 +0200)
webdav_storage/tests/WebDavTest.php.bak

index 9c3ff82d63e4a0299d0b7194e6911207b1707d37..db1f65dfbff46ea816a4367a82069f468c9f0b6f 100644 (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