Merge pull request #3544 from nextcloud/iservercontainer-container
IServerContainer is effectively an IContainer
This commit is contained in:
commit
cab27eabc6
|
@ -54,7 +54,7 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface;
|
|||
* This container holds all ownCloud services
|
||||
* @since 6.0.0
|
||||
*/
|
||||
interface IServerContainer {
|
||||
interface IServerContainer extends IContainer {
|
||||
|
||||
/**
|
||||
* The contacts manager will act as a broker between consumers for contacts information and
|
||||
|
|
Loading…
Reference in New Issue