Browse Source

More nullable fixes.

pull/525/head
Sebastian 6 years ago
parent
commit
9aa909550c
  1. 1
      backend/src/Squidex.Domain.Apps.Core.Model/Contents/IdContentData.cs

1
backend/src/Squidex.Domain.Apps.Core.Model/Contents/IdContentData.cs

@ -7,6 +7,7 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using Squidex.Infrastructure;
namespace Squidex.Domain.Apps.Core.Contents

Loading…
Cancel
Save