mirror of
https://github.com/friendica/friendica
synced 2025-05-18 05:04:10 +02:00
fix auto install
This commit is contained in:
parent
90a38a00d8
commit
677cb205f5
5 changed files with 78 additions and 23 deletions
10
src/App.php
10
src/App.php
|
@ -138,6 +138,16 @@ class App
|
|||
return $this->config->getCache();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the current config of this nodde
|
||||
*
|
||||
* @return Configuration
|
||||
*/
|
||||
public function getConfig()
|
||||
{
|
||||
return $this->config;
|
||||
}
|
||||
|
||||
/**
|
||||
* The basepath of this app
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue