Skip to content

Commit

Permalink
Fixes #25 Make appContainer public (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncipollo authored Dec 4, 2024
1 parent f7c5eb6 commit 6a98e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WhoopDIKit/WhoopDI.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation
public final class WhoopDI: DependencyRegister {
nonisolated(unsafe) private static var appContainer = Container()
nonisolated(unsafe) public private(set) static var appContainer = Container()

/// Setup WhoopDI with the supplied options.
/// This should only be called once when your application launches (and before WhoopDI is used).
Expand Down

0 comments on commit 6a98e09

Please sign in to comment.