]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix TagService DI name 21861/head
authorMorris Jobke <hey@morrisjobke.de>
Mon, 17 Aug 2020 14:55:16 +0000 (16:55 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 17 Aug 2020 14:55:16 +0000 (16:55 +0200)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
apps/files/lib/AppInfo/Application.php

index 5ed126f460d0d7c9f7884ec0ba4004fd2c3ec74a..434fb482aa81b934a9560d8205be190afa9cda06 100644 (file)
@@ -96,7 +96,7 @@ class Application extends App implements IBootstrap {
                /**
                 * Services
                 */
-               $context->registerService('TagService', function (ContainerInterface $c) {
+               $context->registerService(TagService::class, function (ContainerInterface $c) {
                        /** @var IServerContainer $server */
                        $server = $c->get(IServerContainer::class);