Merge pull request #14556 from annando/remove.unneeded

Unneeded variable removed
This commit is contained in:
Hypolite Petovan 2024-11-16 10:33:01 -05:00 committed by GitHub
commit 15904332b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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;
}
/**