Skip to content
Snippets Groups Projects
Unverified Commit 7c7f0dbf authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #17741 from nextcloud/fix/no_contructor_in_interface

Remove constructor from IProvderFactory interface
parents 1a9f5513 043b56cb
No related branches found
No related tags found
No related merge requests found
...@@ -34,13 +34,6 @@ use OCP\IServerContainer; ...@@ -34,13 +34,6 @@ use OCP\IServerContainer;
*/ */
interface IProviderFactory { interface IProviderFactory {
/**
* IProviderFactory constructor.
* @param IServerContainer $serverContainer
* @since 9.0.0
*/
public function __construct(IServerContainer $serverContainer);
/** /**
* @param string $id * @param string $id
* @return IShareProvider * @return IShareProvider
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment