AB3677 - Removed lot of stuff from Current (Core) and uses Current (Web) instead

This commit is contained in:
Bjarke Berg
2019-12-19 10:43:00 +01:00
parent 7f9fbe9877
commit d5527f0485
86 changed files with 532 additions and 494 deletions

View File

@@ -366,7 +366,7 @@ namespace Umbraco.Web
// also, if something goes wrong with our DI setup, the logging subsystem may
// not even kick in, so here we try to give as much detail as possible
BootFailedException.Rethrow(Core.Composing.Current.RuntimeState.BootFailedException);
BootFailedException.Rethrow(Current.RuntimeState.BootFailedException);
};
return;
}