add overload to AutomaticPackageMigrationPlan
This commit is contained in:
@@ -19,6 +19,10 @@ namespace Umbraco.Cms.Infrastructure.Packaging
|
||||
{
|
||||
}
|
||||
|
||||
protected AutomaticPackageMigrationPlan(string packageName, string planName) : base(packageName, planName)
|
||||
{
|
||||
}
|
||||
|
||||
protected sealed override void DefinePlan()
|
||||
{
|
||||
// calculate the final state based on the hash value of the embedded resource
|
||||
|
||||
Reference in New Issue
Block a user