Browse Source

Merge pull request #673 from colinin/Abstract-Notification-Core

add missing dependson module
pull/712/head
yx lin 3 years ago
committed by GitHub
parent
commit
c898501c66
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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( [DependsOn(
typeof(AbpTextTemplatingCoreModule), typeof(AbpTextTemplatingCoreModule),
typeof(AbpRealTimeModule), typeof(AbpRealTimeModule),
typeof(AbpLocalizationModule),
typeof(AbpEventBusAbstractionsModule))] typeof(AbpEventBusAbstractionsModule))]
public class AbpNotificationsCoreModule : AbpModule public class AbpNotificationsCoreModule : AbpModule
{ {

Loading…
Cancel
Save