Skip to content
Snippets Groups Projects
Unverified Commit f406f5dc authored by Morris Jobke's avatar Morris Jobke
Browse files

Fix TagService DI name


Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent 07fcf143
No related branches found
No related tags found
Loading
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment