]> git.mxchange.org Git - friendica.git/commitdiff
Remove unused AddonProxy
authorArt4 <art4@wlabs.de>
Thu, 15 May 2025 07:00:36 +0000 (07:00 +0000)
committerArt4 <art4@wlabs.de>
Thu, 15 May 2025 07:00:36 +0000 (07:00 +0000)
src/Core/Addon/AddonManagerHelper.php

index f2ff78d896b22dc1efa030f9c1b0c312cc664247..21573ab89c4d4b71c81729b5474a6be495a7ea29 100644 (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