Align namespaces in Media to Umbraco.Cms.Infrastructure

This commit is contained in:
Mole
2021-02-12 12:33:52 +01:00
parent 9979fe9bb1
commit 548bf27a0c
5 changed files with 5 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ using Umbraco.Cms.Core.Media;
using Umbraco.Cms.Core.Models;
using Umbraco.Extensions;
namespace Umbraco.Infrastructure.Media
namespace Umbraco.Cms.Infrastructure.Media
{
public class ImageSharpImageUrlGenerator : IImageUrlGenerator
{