From ccfca3b97b1cc9d4763335a5741fcebb1e32b1a9 Mon Sep 17 00:00:00 2001 From: Patrick Jahns Date: Wed, 29 Aug 2018 11:05:49 +0200 Subject: [PATCH] [stable10] server container interface should inherit from icontainer, as it is essentially an extended icontainer --- lib/public/IServerContainer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/IServerContainer.php b/lib/public/IServerContainer.php index 2c461fd5d8af..cb0ce44bf226 100644 --- a/lib/public/IServerContainer.php +++ b/lib/public/IServerContainer.php @@ -53,7 +53,7 @@ * 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