From 1c3165a32ca9f44314617f59e49cdb6d4572983b Mon Sep 17 00:00:00 2001 From: Mostafa F Date: Wed, 12 Dec 2018 12:48:10 +0330 Subject: [PATCH] Rename AbpIdentityWebMainMenuContributor.cs to AbpTenantManagementWebMainMenuContributor.cs --- ...tributor.cs => AbpTenantManagementWebMainMenuContributor.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename modules/tenant-management/src/Volo.Abp.TenantManagement.Web/Navigation/{AbpIdentityWebMainMenuContributor.cs => AbpTenantManagementWebMainMenuContributor.cs} (99%) diff --git a/modules/tenant-management/src/Volo.Abp.TenantManagement.Web/Navigation/AbpIdentityWebMainMenuContributor.cs b/modules/tenant-management/src/Volo.Abp.TenantManagement.Web/Navigation/AbpTenantManagementWebMainMenuContributor.cs similarity index 99% rename from modules/tenant-management/src/Volo.Abp.TenantManagement.Web/Navigation/AbpIdentityWebMainMenuContributor.cs rename to modules/tenant-management/src/Volo.Abp.TenantManagement.Web/Navigation/AbpTenantManagementWebMainMenuContributor.cs index ff8dc7f1a6..5726df320e 100644 --- a/modules/tenant-management/src/Volo.Abp.TenantManagement.Web/Navigation/AbpIdentityWebMainMenuContributor.cs +++ b/modules/tenant-management/src/Volo.Abp.TenantManagement.Web/Navigation/AbpTenantManagementWebMainMenuContributor.cs @@ -28,4 +28,4 @@ namespace Volo.Abp.TenantManagement.Web.Navigation } } } -} \ No newline at end of file +}