Remove unused AddonProxy

This commit is contained in:
Art4 2025-05-15 07:00:36 +00:00
parent 5cf2b7d7bd
commit 367f7bd377

View file

@ -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