mirror of
https://github.com/friendica/friendica
synced 2025-04-23 14:30:11 +00:00
Merge branch 'develop' into replace-app-with-apphelper
This commit is contained in:
commit
9c7066ae35
2 changed files with 13 additions and 5 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…
Add table
Add a link
Reference in a new issue