mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 20:04:32 +02:00
Remove unused AddonProxy
This commit is contained in:
parent
5cf2b7d7bd
commit
367f7bd377
1 changed files with 0 additions and 5 deletions
|
@ -38,9 +38,6 @@ final class AddonManagerHelper implements AddonHelper
|
||||||
/** @var string[] */
|
/** @var string[] */
|
||||||
private array $addons = [];
|
private array $addons = [];
|
||||||
|
|
||||||
/** @deprecated */
|
|
||||||
private AddonHelper $proxy;
|
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
string $addonPath,
|
string $addonPath,
|
||||||
Database $database,
|
Database $database,
|
||||||
|
@ -55,8 +52,6 @@ final class AddonManagerHelper implements AddonHelper
|
||||||
$this->cache = $cache;
|
$this->cache = $cache;
|
||||||
$this->logger = $logger;
|
$this->logger = $logger;
|
||||||
$this->profiler = $profiler;
|
$this->profiler = $profiler;
|
||||||
|
|
||||||
$this->proxy = new AddonProxy($addonPath);
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Returns the absolute path to the addon folder
|
* Returns the absolute path to the addon folder
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue