Fixed typo in AddUnattendedInstallInstallCreateUser(this method name. (#10388)
This commit is contained in:
@@ -48,11 +48,11 @@ namespace Umbraco.Extensions
|
||||
.AddNuCache()
|
||||
.AddDistributedCache()
|
||||
.AddModelsBuilderDashboard()
|
||||
.AddUnattedInstallCreateUser()
|
||||
.AddUnattendedInstallInstallCreateUser()
|
||||
.AddExamine()
|
||||
.AddExamineIndexes();
|
||||
|
||||
public static IUmbracoBuilder AddUnattedInstallCreateUser(this IUmbracoBuilder builder)
|
||||
public static IUmbracoBuilder AddUnattendedInstallInstallCreateUser(this IUmbracoBuilder builder)
|
||||
{
|
||||
builder.AddNotificationAsyncHandler<UnattendedInstallNotification, CreateUnattendedUserNotificationHandler>();
|
||||
return builder;
|
||||
|
||||
Reference in New Issue
Block a user