Merge pull request #17741 from nextcloud/fix/no_contructor_in_interface

Remove constructor from IProvderFactory interface
This commit is contained in:
Roeland Jago Douma 2019-10-29 21:07:01 +01:00 committed by GitHub
commit 7c7f0dbf95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,13 +34,6 @@ use OCP\IServerContainer;
*/
interface IProviderFactory {
/**
* IProviderFactory constructor.
* @param IServerContainer $serverContainer
* @since 9.0.0
*/
public function __construct(IServerContainer $serverContainer);
/**
* @param string $id
* @return IShareProvider