Changed the accessor of the APIServiceKey dependency key to public.
This commit is contained in:
parent
620f9faf36
commit
71021f22ab
@ -9,6 +9,6 @@
|
||||
import APIService
|
||||
import DependencyInjection
|
||||
|
||||
struct APIServiceKey: DependencyKey {
|
||||
static var currentValue = APIService()
|
||||
public struct APIServiceKey: DependencyKey {
|
||||
public static var currentValue = APIService()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user