remove no longer needed code

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2022-10-18 14:31:04 +02:00 committed by backportbot-nextcloud[bot]
parent 22e053771a
commit fe31b6f6cd

View file

@ -2088,8 +2088,4 @@ class Manager implements IManager {
yield from $provider->getAllShares();
}
}
public function getProviderForType(int $shareType): IShareProvider {
return $this->factory->getProviderForType($shareType);
}
}