diff --git a/src/Umbraco.Infrastructure/Packaging/AutomaticPackageMigrationPlan.cs b/src/Umbraco.Infrastructure/Packaging/AutomaticPackageMigrationPlan.cs index 7bfd678333..25a6bd6e9a 100644 --- a/src/Umbraco.Infrastructure/Packaging/AutomaticPackageMigrationPlan.cs +++ b/src/Umbraco.Infrastructure/Packaging/AutomaticPackageMigrationPlan.cs @@ -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