Changed UmbracoSettings back to internal, it should not be exposed atm

This commit is contained in:
Shannon Deminick
2013-04-16 02:49:14 +06:00
parent 1e7e670df3
commit c410b6dc20

View File

@@ -27,7 +27,7 @@ namespace Umbraco.Core.Configuration
/// <summary>
/// The UmbracoSettings Class contains general settings information for the entire Umbraco instance based on information from the /config/umbracoSettings.config file
/// </summary>
public class UmbracoSettings
internal class UmbracoSettings
{
private static bool GetKeyValue(string key, bool defaultValue)
{