From 1403df7ea9e4201427200f7fb4b69ae821a63358 Mon Sep 17 00:00:00 2001 From: enisn Date: Mon, 8 Mar 2021 15:56:30 +0300 Subject: [PATCH] Refactor MyProjectNameGlobalFeatureConfigurator --- .../MyProjectNameGlobalFeatureConfigurator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/MyProjectNameGlobalFeatureConfigurator.cs b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/MyProjectNameGlobalFeatureConfigurator.cs index 16c817a314..430ee5633c 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/MyProjectNameGlobalFeatureConfigurator.cs +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/MyProjectNameGlobalFeatureConfigurator.cs @@ -16,8 +16,8 @@ namespace MyCompanyName.MyProjectName { cmsKit.EnableAll(); }); - // + // /* You can configure (enable/disable) global features of the used modules here. * * YOU CAN SAFELY DELETE THIS CLASS AND REMOVE ITS USAGES IF YOU DON'T NEED TO IT!