Browse Source

add missing dependson module

pull/673/head
cKey 3 years ago
parent
commit
c2641f64e7
  1. 1
      aspnet-core/modules/common/LINGYUN.Abp.Notifications.Core/LINGYUN/Abp/Notifications/AbpNotificationsCoreModule.cs

1
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
{

Loading…
Cancel
Save