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[] */ /** @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