]> git.mxchange.org Git - friendica.git/commitdiff
Unneeded variable removed
authorMichael <heluecht@pirati.ca>
Fri, 15 Nov 2024 23:15:52 +0000 (23:15 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 15 Nov 2024 23:15:52 +0000 (23:15 +0000)
src/Module/OpenSearch.php

index 68594e9b886f64e26bff54d7531e1ffedcec79be..7ff64ecd677d87283b07175bcf691db3dad5e9a5 100644 (file)
@@ -27,9 +27,6 @@ class OpenSearch extends BaseModule
        /** @var IManageConfigValues */
        private $config;
 
-       /** @var App\baseUrl */
-       protected $baseUrl;
-
        /** @var string */
        private $basePath;
 
@@ -39,7 +36,6 @@ class OpenSearch extends BaseModule
 
                $this->config   = $config;
                $this->basePath = $basePath->getPath();
-               $this->baseUrl  = $baseUrl;
        }
 
        /**