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