Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Config.php')
-rw-r--r--lib/private/Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Config.php b/lib/private/Config.php
index 1724222f4bb..d44f713f361 100644
--- a/lib/private/Config.php
+++ b/lib/private/Config.php
@@ -42,7 +42,7 @@ namespace OC;
* configuration file of Nextcloud.
*/
class Config {
- const ENV_PREFIX = 'NC_';
+ public const ENV_PREFIX = 'NC_';
/** @var array Associative array ($key => $value) */
protected $cache = [];