summaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-05-10 14:21:41 +0200
committerMorris Jobke <hey@morrisjobke.de>2019-05-13 11:04:47 +0200
commit83b00a99fa7fed776ceadfbfbb653832c6076688 (patch)
tree6ee01776415b96967d11048e7db2bd046b0d6f76 /lib/private/Server.php
parent855486d7c14ac41c3b952591cc4acbaed996c45a (diff)
downloadnextcloud-server-83b00a99fa7fed776ceadfbfbb653832c6076688.tar.gz
nextcloud-server-83b00a99fa7fed776ceadfbfbb653832c6076688.zip
Add interfaces to interact with subscription from support app
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/private/Server.php')
-rw-r--r--lib/private/Server.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Server.php b/lib/private/Server.php
index aaceac004c0..942bef3b638 100644
--- a/lib/private/Server.php
+++ b/lib/private/Server.php
@@ -551,6 +551,7 @@ class Server extends ServerContainer implements IServerContainer {
$this->registerAlias('AvatarManager', AvatarManager::class);
$this->registerAlias(\OCP\Support\CrashReport\IRegistry::class, \OC\Support\CrashReport\Registry::class);
+ $this->registerAlias(\OCP\Support\Subscription\IRegistry::class, \OC\Support\Subscription\Registry::class);
$this->registerService(\OC\Log::class, function (Server $c) {
$logType = $c->query('AllConfig')->getSystemValue('log_type', 'file');