We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cb342 commit cb04914Copy full SHA for cb04914
src/Umbraco.Web/Composing/CompositionExtensions/Installer.cs
@@ -14,6 +14,7 @@ public static Composition ComposeInstaller(this Composition composition)
14
composition.Register<NewInstallStep>(Lifetime.Scope);
15
composition.Register<UpgradeStep>(Lifetime.Scope);
16
composition.Register<FilePermissionsStep>(Lifetime.Scope);
17
+ composition.Register<TelemetryIdentifierStep>(Lifetime.Scope);
18
composition.Register<ConfigureMachineKey>(Lifetime.Scope);
19
composition.Register<DatabaseConfigureStep>(Lifetime.Scope);
20
composition.Register<DatabaseInstallStep>(Lifetime.Scope);
0 commit comments