mirror of
https://github.com/friendica/friendica
synced 2024-11-17 14:23:45 +00:00
Merge pull request #14556 from annando/remove.unneeded
Unneeded variable removed
This commit is contained in:
commit
15904332b3
1 changed files with 0 additions and 4 deletions
|
@ -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 a new issue