diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-02-20 11:02:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-20 11:02:14 -0600 |
commit | cab27eabc6cb9747395936a8138295a489a85468 (patch) | |
tree | 175eb3d60c9c1728d2ad54f0368d923ceadff57e | |
parent | d3f774d0353052730fc079751fa8991e858f52c9 (diff) | |
parent | cb322d84e4c46b2f594c8fe889a8d3f71bb7fa09 (diff) | |
download | nextcloud-server-cab27eabc6cb9747395936a8138295a489a85468.tar.gz nextcloud-server-cab27eabc6cb9747395936a8138295a489a85468.zip |
Merge pull request #3544 from nextcloud/iservercontainer-container
IServerContainer is effectively an IContainer
-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 |