Updated classes to use IOptionsMonitor or IOptionsSnapshot
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Umbraco.Cms.Web.BackOffice.Controllers
|
||||
ILocalizedTextService localizedTextService,
|
||||
IUmbracoMapper umbracoMapper,
|
||||
IShortStringHelper shortStringHelper,
|
||||
IOptions<GlobalSettings> globalSettings)
|
||||
IOptionsSnapshot<GlobalSettings> globalSettings)
|
||||
{
|
||||
_hostingEnvironment = hostingEnvironment;
|
||||
_fileSystems = fileSystems;
|
||||
|
||||
Reference in New Issue
Block a user