mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Fix TagService DI name
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
07fcf14324
commit
f406f5dc73
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue