Make lots of models nullable
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Umbraco.Cms.Core.Models
|
||||
public bool CurrentPublishedVersion { get; }
|
||||
public bool CurrentDraftVersion { get; }
|
||||
public bool PreventCleanup { get; }
|
||||
public string Username { get; }
|
||||
public string? Username { get; }
|
||||
|
||||
public ContentVersionMeta() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user