Unneeded variable removed

pull/14556/head
Michael 2024-11-15 23:15:52 +00:00
parent 2bccd64c6c
commit 3b1f5f13b7
1 changed files with 0 additions and 4 deletions

View File

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