refactor(core): Continue breaking dependency cycles (no-changelog) (#8545)

This commit is contained in:
Iván Ovejero
2024-02-06 10:08:46 +01:00
committed by GitHub
parent 28aee7c425
commit c4e39451db
15 changed files with 402 additions and 348 deletions

View File

@@ -66,7 +66,7 @@ import { setupAuthMiddlewares } from './middlewares';
import { isLdapEnabled } from './Ldap/helpers';
import { AbstractServer } from './AbstractServer';
import { PostHogClient } from './posthog';
import { MessageEventBus } from '@/eventbus';
import { MessageEventBus } from '@/eventbus/MessageEventBus/MessageEventBus';
import { InternalHooks } from './InternalHooks';
import { SamlController } from './sso/saml/routes/saml.controller.ee';
import { SamlService } from './sso/saml/saml.service.ee';