Parcourir la source

Add missing tunnel on new class

tags/v8.2beta1
Joas Schilling il y a 9 ans
Parent
révision
6fb3a8d5f5
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8
    0
      lib/private/systemconfig.php

+ 8
- 0
lib/private/systemconfig.php Voir le fichier

@@ -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
*

Chargement…
Annuler
Enregistrer