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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
{ |
|
|
{ |
|
|
|