]> git.mxchange.org Git - friendica.git/commitdiff
Replace Network class names with FQCN
authorArt4 <art4@wlabs.de>
Mon, 23 Dec 2024 14:34:23 +0000 (14:34 +0000)
committerArt4 <art4@wlabs.de>
Mon, 23 Dec 2024 14:34:23 +0000 (14:34 +0000)
static/dependencies.config.php

index 437307e599790dd63859d4ab94ef65409d1d143f..4840996d26b847b0ba40db4463274730ab2b96db 100644 (file)
@@ -24,7 +24,6 @@
  */
 
 use Dice\Dice;
-use Friendica\Network;
 use Friendica\Util;
 
 /**
@@ -263,8 +262,8 @@ return (function(string $basepath, array $getVars, array $serverVars, array $coo
                        ['create', [], Dice::CHAIN_CALL],
                ],
        ],
-       Network\HTTPClient\Capability\ICanSendHttpRequests::class => [
-               'instanceOf' => Network\HTTPClient\Factory\HttpClient::class,
+       \Friendica\Network\HTTPClient\Capability\ICanSendHttpRequests::class => [
+               'instanceOf' => \Friendica\Network\HTTPClient\Factory\HttpClient::class,
                'call'       => [
                        ['createClient', [], Dice::CHAIN_CALL],
                ],