preserve function names and update smidge

This commit is contained in:
Shannon
2020-10-16 15:23:02 +11:00
parent ca9fab6b48
commit 779214f9d3
3 changed files with 4 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ namespace Umbraco.Core.Configuration.Models
/// </summary>
public class ModelsBuilderSettings
{
// TODO: This should not go into App_Data - that folder isn't really a real thing anymore
public static string DefaultModelsDirectory => "~/App_Data/Models";
/// <summary>