remove no longer needed code

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/32211/head
Robin Appelman 2022-10-18 14:31:04 +07:00
parent b66779711f
commit e09fabd47c
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
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);
}
}