AB3677 - Removed lot of stuff from Current (Core) and uses Current (Web) instead
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user