Various fixes

This commit is contained in:
Stephan
2018-11-23 16:19:03 +01:00
parent 6ffc340725
commit ce47eae85b
13 changed files with 54 additions and 133 deletions

View File

@@ -58,12 +58,9 @@ namespace Umbraco.Web
{
// ******** THIS IS WHERE EVERYTHING BEGINS ********
// create the container for the application, and configure.
// create the container for the application, and boot
// the boot manager is responsible for registrations
var container = GetContainer();
Current.Container = container; // fixme NOT HERE OR WHAT?
// get runtime & boot
_runtime = GetRuntime();
_runtime.Boot(container);
}