mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 23:27:46 -04:00
Merge pull request #17741 from nextcloud/fix/no_contructor_in_interface
Remove constructor from IProvderFactory interface
This commit is contained in:
commit
7c7f0dbf95
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue