]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Logger/Factory/AbstractLoggerTypeFactory.php
Use the owner, not the author
[friendica.git] / src / Core / Logger / Factory / AbstractLoggerTypeFactory.php
index 402176d8e65ba1961e8598f79aeadfc961de45c4..86dfeae63bc8960d61ee758b104885cc177e21f1 100644 (file)
@@ -21,7 +21,7 @@
 
 namespace Friendica\Core\Logger\Factory;
 
-use Friendica\Core\Logger\Capabilities\IHaveCallIntrospections;
+use Friendica\Core\Logger\Capability\IHaveCallIntrospections;
 use Psr\Log\LogLevel;
 
 /**