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
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,14 @@ namespace OC; ...@@ -28,6 +28,14 @@ namespace OC;
* fixes cyclic DI: AllConfig needs AppConfig needs Database needs AllConfig * fixes cyclic DI: AllConfig needs AppConfig needs Database needs AllConfig
*/ */
class SystemConfig { 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 * Sets a new system wide value
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment