Update AbpAccountApplicationTestModule.cs

pull/3089/head
Yunus Emre Kalkan 6 years ago
parent 5177060591
commit 80eab3c5ab

@ -18,7 +18,8 @@ namespace Volo.Abp.Account
typeof(AbpAuthorizationModule),
typeof(AbpIdentityAspNetCoreModule),
typeof(AbpAccountApplicationModule),
typeof(AbpIdentityEntityFrameworkCoreModule)
typeof(AbpIdentityEntityFrameworkCoreModule),
typeof(AbpPermissionManagementEntityFrameworkCoreModule)
)]
public class AbpAccountApplicationTestModule : AbpModule
{

Loading…
Cancel
Save