Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed invalid call of
NSManagedObject.fetchRequest()
Calling `NSManagedObject.fetchRequest()` is invalid: > This method is only legal to call on **subclasses of `NSManagedObject`** that represent a single entity in the model. https://developer.apple.com/documentation/coredata/nsmanagedobject/1640605-fetchrequest
- Loading branch information