Unneeded variable removed
parent
2bccd64c6c
commit
3b1f5f13b7
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue