Skip to content

Commit b3f764c

Browse files
committed
Updated NSPersistentContainer extensions
1 parent 326afd5 commit b3f764c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/CoreDataModel/NSPersistentContainer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ extension NSPersistentContainer: ModelStorage {
5252
}
5353
}
5454

55-
internal extension NSPersistentContainer {
55+
public extension NSPersistentContainer {
5656

5757
func loadPersistentStores() -> AsyncThrowingStream<NSPersistentStoreDescription, Error> {
5858
assert(self.persistentStoreDescriptions.isEmpty == false)

0 commit comments

Comments
 (0)