diff options
Diffstat (limited to 'lib/private/legacy/config.php')
-rw-r--r-- | lib/private/legacy/config.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/legacy/config.php b/lib/private/legacy/config.php index 899c19532f0..4d6fefc4e17 100644 --- a/lib/private/legacy/config.php +++ b/lib/private/legacy/config.php @@ -37,6 +37,8 @@ /** * This class is responsible for reading and writing config.php, the very basic * configuration file of ownCloud. + * + * @deprecated use \OC::$server->getConfig() to get an \OCP\Config instance */ class OC_Config { |