]> git.mxchange.org Git - friendica.git/commitdiff
Replace AddonProxy with AddonManagerHelper
authorArt4 <art4@wlabs.de>
Thu, 15 May 2025 07:18:34 +0000 (07:18 +0000)
committerArt4 <art4@wlabs.de>
Thu, 15 May 2025 07:18:34 +0000 (07:18 +0000)
static/dependencies.config.php

index 644cb5f7657e24ac3a1e34b24f3502ffc30d687a..04e2dd2aeed84c1fc90e7a2b195beb5c104074da 100644 (file)
@@ -43,7 +43,7 @@ return (function(string $basepath, array $getVars, array $serverVars, array $coo
                        ],
                ],
                \Friendica\Core\Addon\AddonHelper::class => [
-                       'instanceOf' => \Friendica\Core\Addon\AddonProxy::class,
+                       'instanceOf' => \Friendica\Core\Addon\AddonManagerHelper::class,
                        'constructParams' => [
                                $basepath . '/addon',
                        ],