diff --git a/src/Umbraco.Infrastructure/Migrations/PostMigrations/RebuildPublishedSnapshot.cs b/src/Umbraco.Infrastructure/Migrations/PostMigrations/RebuildPublishedSnapshot.cs index ca39939ac9..bbf366882f 100644 --- a/src/Umbraco.Infrastructure/Migrations/PostMigrations/RebuildPublishedSnapshot.cs +++ b/src/Umbraco.Infrastructure/Migrations/PostMigrations/RebuildPublishedSnapshot.cs @@ -12,7 +12,7 @@ namespace Umbraco.Cms.Infrastructure.Migrations.PostMigrations /// /// Initializes a new instance of the class. /// - public RebuildPublishedSnapshot(IPublishedSnapshotRebuilder rebuilder) + public RebuildPublishedSnapshot(IMigrationContext context, IPublishedSnapshotRebuilder rebuilder) { _rebuilder = rebuilder; }