fix build after merge

This commit is contained in:
Shannon
2021-06-18 13:32:04 -06:00
parent 21228943be
commit 7c6eb461ca

View File

@@ -48,12 +48,6 @@ namespace Umbraco.Cms.Core.Packaging
/// </summary>
public string PackageName { get; }
/// <summary>
/// Inform the plan executor to ignore all saved package state and
/// run the migration from initial state to it's end state.
/// </summary>
public override bool IgnoreCurrentState => true;
protected abstract void DefinePlan();
}