Skip to content

Commit

Permalink
Updated ModelStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Aug 18, 2023
1 parent 55e3bdb commit 92097a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CoreModel/Store.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Predicate

/// CoreModel Store Protocol
public protocol ModelStorage: AnyObject {
public protocol ModelStorage {

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

0 comments on commit 92097a1

Please sign in to comment.