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[] */
|
||||
private array $addons = [];
|
||||
|
||||
/** @deprecated */
|
||||
private AddonHelper $proxy;
|
||||
|
||||
public function __construct(
|
||||
string $addonPath,
|
||||
Database $database,
|
||||
|
@ -55,8 +52,6 @@ final class AddonManagerHelper implements AddonHelper
|
|||
$this->cache = $cache;
|
||||
$this->logger = $logger;
|
||||
$this->profiler = $profiler;
|
||||
|
||||
$this->proxy = new AddonProxy($addonPath);
|
||||
}
|
||||
/**
|
||||
* Returns the absolute path to the addon folder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue