Skip to content

Commit 92097a1

Browse files
committed
Updated ModelStorage
1 parent 55e3bdb commit 92097a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CoreModel/Store.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import Predicate
1010

1111
/// CoreModel Store Protocol
12-
public protocol ModelStorage: AnyObject {
12+
public protocol ModelStorage {
1313

1414
/// Fetch managed object.
1515
func fetch(_ entity: EntityName, for id: ObjectID) async throws -> ModelData?

0 commit comments

Comments
 (0)