Having the contructor in the interface makes no sense...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
f420ac94b0
commit
043b56cb7d
|
@ -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 New Issue