updates the migrations to use the correct ctor (not empty), this is more for v8 but have created a crappy activator that passes in the right args.
This commit is contained in:
@@ -360,7 +360,7 @@ namespace Umbraco.Core
|
||||
|
||||
//the database migration objects
|
||||
MigrationResolver.Current = new MigrationResolver(
|
||||
ServiceProvider, LoggerResolver.Current.Logger,
|
||||
LoggerResolver.Current.Logger,
|
||||
() => PluginManager.ResolveTypes<IMigration>());
|
||||
|
||||
// todo: remove once we drop IPropertyEditorValueConverter support.
|
||||
|
||||
Reference in New Issue
Block a user