Skip to content
Snippets Groups Projects
Commit 6fb3a8d5 authored by Joas Schilling's avatar Joas Schilling
Browse files

Add missing tunnel on new class

parent 6ed8ba0c
Branches
No related tags found
No related merge requests found
......@@ -28,6 +28,14 @@ namespace OC;
* fixes cyclic DI: AllConfig needs AppConfig needs Database needs AllConfig
*/
class SystemConfig {
/**
* Lists all available config keys
* @return array an array of key names
*/
public function getKeys() {
return \OC_Config::getKeys();
}
/**
* Sets a new system wide value
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment