Deal with more fixme

This commit is contained in:
Stephan
2019-01-22 09:49:35 +01:00
parent a53a15f4d8
commit c840895f90
40 changed files with 54 additions and 158 deletions

View File

@@ -23,7 +23,7 @@ namespace Umbraco.Web
UmbracoContext = umbracoContext;
Umbraco = new UmbracoHelper(umbracoContext, services);
// fixme inject somehow
// todo inject somehow
Logger = Current.Logger;
ProfilingLogger = Current.ProfilingLogger;
Services = Current.Services;