diff options
author | Robin Appelman <robin@icewind.nl> | 2022-03-03 16:36:58 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2022-03-04 16:30:12 +0100 |
commit | 07a7dcb8249c9e25ea7a702e8c932520e2b32de6 (patch) | |
tree | 5334df0f67d810eaf733a713d8ae8545e1b5d4fc /lib/private/Files/Config | |
parent | d81713e5c10baf8e14f9a8c4906d0255b18cbb1f (diff) | |
download | nextcloud-server-07a7dcb8249c9e25ea7a702e8c932520e2b32de6.tar.gz nextcloud-server-07a7dcb8249c9e25ea7a702e8c932520e2b32de6.zip |
move user mountpoint setup to setupmanager
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/private/Files/Config')
-rw-r--r-- | lib/private/Files/Config/MountProviderCollection.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/private/Files/Config/MountProviderCollection.php b/lib/private/Files/Config/MountProviderCollection.php index 2ca53d385cf..cd8a2a2e29f 100644 --- a/lib/private/Files/Config/MountProviderCollection.php +++ b/lib/private/Files/Config/MountProviderCollection.php @@ -184,16 +184,6 @@ class MountProviderCollection implements IMountProviderCollection, Emitter { } /** - * Cache mounts for user - * - * @param IUser $user - * @param IMountPoint[] $mountPoints - */ - public function registerMounts(IUser $user, array $mountPoints) { - $this->mountCache->registerMounts($user, $mountPoints); - } - - /** * Get the mount cache which can be used to search for mounts without setting up the filesystem * * @return IUserMountCache |