From c23e308762d3451f7bdb95555e08d13b1bba8125 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Mon, 18 Sep 2017 16:40:36 +0200 Subject: [PATCH] Warning fixed --- .../Schemas/MongoSchemaRepository_EventHandling.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Squidex.Domain.Apps.Read.MongoDb/Schemas/MongoSchemaRepository_EventHandling.cs b/src/Squidex.Domain.Apps.Read.MongoDb/Schemas/MongoSchemaRepository_EventHandling.cs index c684f4e4d..fb9a5a5af 100644 --- a/src/Squidex.Domain.Apps.Read.MongoDb/Schemas/MongoSchemaRepository_EventHandling.cs +++ b/src/Squidex.Domain.Apps.Read.MongoDb/Schemas/MongoSchemaRepository_EventHandling.cs @@ -11,12 +11,12 @@ using System.Threading.Tasks; using Squidex.Domain.Apps.Core.Schemas; using Squidex.Domain.Apps.Events; using Squidex.Domain.Apps.Events.Schemas; +using Squidex.Domain.Apps.Events.Schemas.Old; using Squidex.Domain.Apps.Events.Schemas.Utils; using Squidex.Domain.Apps.Read.MongoDb.Utils; using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.Dispatching; using Squidex.Infrastructure.Reflection; -using Squidex.Domain.Apps.Events.Schemas.Old; namespace Squidex.Domain.Apps.Read.MongoDb.Schemas {