We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ManagedObjectContextFactory
1 parent be515de commit e763260Copy full SHA for e763260
WordPress/Classes/Utility/ContextManager.m
@@ -47,7 +47,7 @@ - (instancetype)initWithModelName:(NSString *)modelName storeURL:(NSURL *)storeU
47
self = [super init];
48
if (self) {
49
if (factory == nil) {
50
- factory = [LegacyContextFactory class];
+ factory = [ContainerContextFactory class];
51
}
52
53
NSParameterAssert([modelName isEqualToString:ContextManagerModelNameCurrent] || [modelName hasPrefix:@"WordPress "]);
0 commit comments