Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-03-12 18:33:46 +0300
committerGitHub <noreply@github.com>2018-03-12 18:33:46 +0300
commit432e529827a10d038385ee994814b78b5141cf3c (patch)
treebe410cffd4f50b84a60805bcd940f89b4cae2b46 /lib/public/IServerContainer.php
parent324ce5a993daf5e907bc7dec6ce364daf6a754aa (diff)
parentf5c5c5181f66e15ff3ccc30fa32e84e20a863182 (diff)
Merge pull request #8784 from nextcloud/remove-unused-deprecated-apphelper
Remove unused and deprecated class and interface AppHelper
Diffstat (limited to 'lib/public/IServerContainer.php')
-rw-r--r--lib/public/IServerContainer.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/public/IServerContainer.php b/lib/public/IServerContainer.php
index 631611c3f15..a80fc262eef 100644
--- a/lib/public/IServerContainer.php
+++ b/lib/public/IServerContainer.php
@@ -251,14 +251,6 @@ interface IServerContainer extends IContainer {
public function getURLGenerator();
/**
- * Returns the Helper
- *
- * @return \OCP\IHelper
- * @since 6.0.0
- */
- public function getHelper();
-
- /**
* Returns an ICache instance
*
* @return \OCP\ICache