From c2641f64e7ddfd5418818ccd222bf92fdccde0cf Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Mon, 29 Aug 2022 20:08:24 +0800 Subject: [PATCH] add missing dependson module --- .../LINGYUN/Abp/Notifications/AbpNotificationsCoreModule.cs | 1 + 1 file changed, 1 insertion(+) 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 {