Skip to content

Commit f76d19d

Browse files
committed
module registration is now static
1 parent 250d052 commit f76d19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Protocols/ModileRegistration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
//
77

88
public protocol ModuleRegistration {
9-
func registerDependencies(in container: AsyncContainer) async
9+
static func registerDependencies(in container: AsyncContainer) async
1010
}

0 commit comments

Comments
 (0)