From: Art4 Date: Mon, 23 Dec 2024 14:34:57 +0000 (+0000) Subject: Replace Util class names with FQCN X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dd4fbc0194b23ba06c1ed7a54eb29ab49329a6ef;p=friendica.git Replace Util class names with FQCN --- diff --git a/static/dependencies.config.php b/static/dependencies.config.php index 4840996d26..d3126b9b26 100644 --- a/static/dependencies.config.php +++ b/static/dependencies.config.php @@ -24,7 +24,6 @@ */ use Dice\Dice; -use Friendica\Util; /** * @param string $basepath The base path of the Friendica installation without trailing slash @@ -43,7 +42,7 @@ return (function(string $basepath, array $getVars, array $serverVars, array $coo [Dice::INSTANCE => Dice::SELF], ], ], - Util\BasePath::class => [ + \Friendica\Util\BasePath::class => [ 'constructParams' => [ $basepath, $serverVars, @@ -270,7 +269,7 @@ return (function(string $basepath, array $getVars, array $serverVars, array $coo ], \Friendica\Model\Log\ParsedLogIterator::class => [ 'constructParams' => [ - [Dice::INSTANCE => Util\ReversedFileReader::class], + [Dice::INSTANCE => \Friendica\Util\ReversedFileReader::class], ] ], \Friendica\Core\Worker\Repository\Process::class => [ @@ -284,7 +283,7 @@ return (function(string $basepath, array $getVars, array $serverVars, array $coo ], ], \Psr\Clock\ClockInterface::class => [ - 'instanceOf' => Util\Clock\SystemClock::class + 'instanceOf' => \Friendica\Util\Clock\SystemClock::class ], \Friendica\Module\Special\HTTPException::class => [ 'constructParams' => [