We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58927ec commit 3c128a6Copy full SHA for 3c128a6
src/UmbracoFileSystemProviders.Azure/Helpers/ConfigurationHelper.cs
@@ -4,7 +4,7 @@
4
5
public class ConfigurationHelper
6
{
7
- internal static string GetAppSetting(string key, string providerAlias)
+ public static string GetAppSetting(string key, string providerAlias)
8
9
return ConfigurationManager.AppSettings[$"{key}:{providerAlias}"];
10
}
0 commit comments