mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 03:50:37 -05:00
remove function which is no longer needed
This commit is contained in:
parent
d4974b6d4a
commit
dc596a72c3
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue