mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Fix crash
This commit is contained in:
@@ -130,7 +130,7 @@ static BOOL RKDoesArrayOfResponseDescriptorsContainEntityMapping(NSArray *respon
|
||||
|
||||
+ (RKObjectManager *)managerWithBaseURL:(NSURL *)baseURL
|
||||
{
|
||||
RKObjectManager *manager = [[self alloc] initWithBaseURL:baseURL];
|
||||
RKObjectManager *manager = [[self alloc] initWithHTTPClient:[AFHTTPClient clientWithBaseURL:baseURL]];
|
||||
return manager;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user