Skip to content

Commit e763260

Browse files
committed
Default to use the new ManagedObjectContextFactory implementation
1 parent be515de commit e763260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/Utility/ContextManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ - (instancetype)initWithModelName:(NSString *)modelName storeURL:(NSURL *)storeU
4747
self = [super init];
4848
if (self) {
4949
if (factory == nil) {
50-
factory = [LegacyContextFactory class];
50+
factory = [ContainerContextFactory class];
5151
}
5252

5353
NSParameterAssert([modelName isEqualToString:ContextManagerModelNameCurrent] || [modelName hasPrefix:@"WordPress "]);

0 commit comments

Comments
 (0)