X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fdebug%2Flogger%2FLoggerFactory.php;h=d6931942cc5cc1a3942c7c2202f1e3ec0548a03b;hp=ce92dbd5085f35ccae5021596e76c4022f2516d4;hb=79de8fd02f20c8f8a9e22c537906151044f52979;hpb=f43fa6f4f0e2cb60b8543daad661b48a3e0653a9 diff --git a/includes/debug/logger/LoggerFactory.php b/includes/debug/logger/LoggerFactory.php index ce92dbd508..d6931942cc 100644 --- a/includes/debug/logger/LoggerFactory.php +++ b/includes/debug/logger/LoggerFactory.php @@ -20,7 +20,7 @@ namespace MediaWiki\Logger; -use ObjectFactory; +use Wikimedia\ObjectFactory; /** * PSR-3 logger instance factory. @@ -40,8 +40,7 @@ use ObjectFactory; * * @see \MediaWiki\Logger\Spi * @since 1.25 - * @author Bryan Davis - * @copyright © 2014 Bryan Davis and Wikimedia Foundation. + * @copyright © 2014 Wikimedia Foundation and contributors */ class LoggerFactory {