From: Michael Date: Fri, 15 Nov 2024 23:15:52 +0000 (+0000) Subject: Unneeded variable removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3b1f5f13b7f824b86f93c703643cb31452054364;p=friendica.git Unneeded variable removed --- diff --git a/src/Module/OpenSearch.php b/src/Module/OpenSearch.php index 68594e9b88..7ff64ecd67 100644 --- a/src/Module/OpenSearch.php +++ b/src/Module/OpenSearch.php @@ -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; } /**