mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 18:44:26 +02:00
Replace AddonProxy with AddonManagerHelper
This commit is contained in:
parent
44c8cd118c
commit
7f55714296
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ return (function(string $basepath, array $getVars, array $serverVars, array $coo
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
\Friendica\Core\Addon\AddonHelper::class => [
|
\Friendica\Core\Addon\AddonHelper::class => [
|
||||||
'instanceOf' => \Friendica\Core\Addon\AddonProxy::class,
|
'instanceOf' => \Friendica\Core\Addon\AddonManagerHelper::class,
|
||||||
'constructParams' => [
|
'constructParams' => [
|
||||||
$basepath . '/addon',
|
$basepath . '/addon',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue