We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250d052 commit f76d19dCopy full SHA for f76d19d
Sources/Protocols/ModileRegistration.swift
@@ -6,5 +6,5 @@
6
//
7
8
public protocol ModuleRegistration {
9
- func registerDependencies(in container: AsyncContainer) async
+ static func registerDependencies(in container: AsyncContainer) async
10
}
0 commit comments