Browse Source

Fix TagService DI name

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v20.0.0beta1
Morris Jobke 3 years ago
parent
commit
f406f5dc73
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/files/lib/AppInfo/Application.php

+ 1
- 1
apps/files/lib/AppInfo/Application.php View 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);


Loading…
Cancel
Save