mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
remove no longer needed code
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
22e053771a
commit
fe31b6f6cd
1 changed files with 0 additions and 4 deletions
|
|
@ -2088,8 +2088,4 @@ class Manager implements IManager {
|
|||
yield from $provider->getAllShares();
|
||||
}
|
||||
}
|
||||
|
||||
public function getProviderForType(int $shareType): IShareProvider {
|
||||
return $this->factory->getProviderForType($shareType);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue