Align namespaces in Install

This commit is contained in:
Mole
2021-02-12 11:11:44 +01:00
parent c3e25c39a1
commit f13a961daa
13 changed files with 16 additions and 19 deletions

View File

@@ -3,15 +3,13 @@ using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Configuration.Models;
using Umbraco.Cms.Core.Install;
using Umbraco.Cms.Core.Install.Models;
using Umbraco.Core;
using Umbraco.Core.Migrations.Install;
using Umbraco.Extensions;
namespace Umbraco.Web.Install.InstallSteps
namespace Umbraco.Cms.Infrastructure.Install.InstallSteps
{
[InstallSetupStep(InstallationType.NewInstall,
"DatabaseConfigure", "database", 10, "Setting up a database, so Umbraco has a place to store your website",