diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-02-20 11:44:40 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-02-20 11:44:40 +0100 |
commit | cb322d84e4c46b2f594c8fe889a8d3f71bb7fa09 (patch) | |
tree | 2325a2847b558fb41247cfcced03b6096f2d7028 /lib | |
parent | 0453a7dabd031cacd43843660d921f7a861f4eef (diff) | |
download | nextcloud-server-cb322d84e4c46b2f594c8fe889a8d3f71bb7fa09.tar.gz nextcloud-server-cb322d84e4c46b2f594c8fe889a8d3f71bb7fa09.zip |
IServerContainer is effectively an IContainer
This relation was not explicitly declared in the class description.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/IServerContainer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/IServerContainer.php b/lib/public/IServerContainer.php index 02a092ea660..8c74c05d801 100644 --- a/lib/public/IServerContainer.php +++ b/lib/public/IServerContainer.php @@ -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 |