Browse Source

IServerContainer is effectively an IContainer

This relation was not explicitly declared in the class description.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v12.0.0beta1
Christoph Wurst 7 years ago
parent
commit
cb322d84e4
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/public/IServerContainer.php

+ 1
- 1
lib/public/IServerContainer.php View File

@@ -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…
Cancel
Save