mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
remove function which is no longer needed
This commit is contained in:
@@ -28,11 +28,7 @@ namespace OCA_Encryption;
|
||||
class Keymanager {
|
||||
|
||||
# TODO: make all dependencies (including static classes) explicit, such as ocfsview objects, by adding them as method arguments (dependency injection)
|
||||
|
||||
private static function mergeProperties($properties) {
|
||||
array_merge(self::$defaultProperties, $properties);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @brief retrieve private key from a user
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user