summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-04-13 13:37:39 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-04-13 13:37:39 +0200
commitaef95b9b7d6493f933652521647f8d0d5bb81005 (patch)
tree72fc426a8804af11b235780f4730f17d150c4b88
parentb96297e9cc10e5cb7f71a9268eefb534353ca059 (diff)
downloadnextcloud-server-aef95b9b7d6493f933652521647f8d0d5bb81005.tar.gz
nextcloud-server-aef95b9b7d6493f933652521647f8d0d5bb81005.zip
Not needed in the DIContainer anymore
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--lib/private/AppFramework/DependencyInjection/DIContainer.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/private/AppFramework/DependencyInjection/DIContainer.php b/lib/private/AppFramework/DependencyInjection/DIContainer.php
index 45a971f1257..689c82c2858 100644
--- a/lib/private/AppFramework/DependencyInjection/DIContainer.php
+++ b/lib/private/AppFramework/DependencyInjection/DIContainer.php
@@ -57,7 +57,6 @@ use OCP\IRequest;
use OCP\IServerContainer;
use OCP\IUserSession;
use OCP\RichObjectStrings\IValidator;
-use OCP\Share\IShareHelper;
use OCP\Util;
class DIContainer extends SimpleContainer implements IAppContainer {
@@ -170,11 +169,6 @@ class DIContainer extends SimpleContainer implements IAppContainer {
);
});
- $this->registerService(IShareHelper::class, function (SimpleContainer $c) {
- return $c->query(IShareHelper::class);
- });
-
-
/**
* App Framework APIs
*/