diff --git a/DependencyInjection/CompilerPass/NotificationCounterCompilerPass.php b/DependencyInjection/CompilerPass/NotificationCounterCompilerPass.php index 065743332..941aeeb7a 100644 --- a/DependencyInjection/CompilerPass/NotificationCounterCompilerPass.php +++ b/DependencyInjection/CompilerPass/NotificationCounterCompilerPass.php @@ -38,7 +38,7 @@ class NotificationCounterCompilerPass implements CompilerPassInterface $notificationCounterDefinition = $container->getDefinition(CountNotificationUser::class); - foreach ($container->findTaggedServiceIds('chill_main.count_notification.user') as $id => $tags) { + foreach ($container->findTaggedServiceIds('chill.count_notification.user') as $id => $tags) { $notificationCounterDefinition ->addMethodCall('addNotificationCounter', [new Reference($id)]); }