Skip to content

Commit 3c128a6

Browse files
committed
Make GetAppSetting public so that it can be used by other file system composers
1 parent 58927ec commit 3c128a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UmbracoFileSystemProviders.Azure/Helpers/ConfigurationHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
public class ConfigurationHelper
66
{
7-
internal static string GetAppSetting(string key, string providerAlias)
7+
public static string GetAppSetting(string key, string providerAlias)
88
{
99
return ConfigurationManager.AppSettings[$"{key}:{providerAlias}"];
1010
}

0 commit comments

Comments
 (0)