summaryrefslogtreecommitdiffstats
path: root/lib/private/Encryption/Keys/Storage.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Encryption/Keys/Storage.php')
-rw-r--r--lib/private/Encryption/Keys/Storage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Encryption/Keys/Storage.php b/lib/private/Encryption/Keys/Storage.php
index 2030f26f8f5..38cbfbfdd9f 100644
--- a/lib/private/Encryption/Keys/Storage.php
+++ b/lib/private/Encryption/Keys/Storage.php
@@ -36,7 +36,7 @@ use OCP\Encryption\Keys\IStorage;
class Storage implements IStorage {
// hidden file which indicate that the folder is a valid key storage
- const KEY_STORAGE_MARKER = '.oc_key_storage';
+ public const KEY_STORAGE_MARKER = '.oc_key_storage';
/** @var View */
private $view;