diff --git a/aspnet-core/modules/common/LINGYUN.Abp.Notifications.Core/LINGYUN/Abp/Notifications/AbpNotificationsCoreModule.cs b/aspnet-core/modules/common/LINGYUN.Abp.Notifications.Core/LINGYUN/Abp/Notifications/AbpNotificationsCoreModule.cs index 3ebff9b68..01eeba4d0 100644 --- a/aspnet-core/modules/common/LINGYUN.Abp.Notifications.Core/LINGYUN/Abp/Notifications/AbpNotificationsCoreModule.cs +++ b/aspnet-core/modules/common/LINGYUN.Abp.Notifications.Core/LINGYUN/Abp/Notifications/AbpNotificationsCoreModule.cs @@ -13,6 +13,7 @@ namespace LINGYUN.Abp.Notifications; [DependsOn( typeof(AbpTextTemplatingCoreModule), typeof(AbpRealTimeModule), + typeof(AbpLocalizationModule), typeof(AbpEventBusAbstractionsModule))] public class AbpNotificationsCoreModule : AbpModule {