Skip to content

Commit

Permalink
Update deprecated warning for class for 12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Long committed Apr 28, 2021
1 parent 4cb2f35 commit a8e962a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Resolver/Resolver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ public final class ResolverRegistrationArgumentsN<Service>: ResolverRegistration
// Scopes

/// Resolver scopes exist to control when resolution occurs and how resolved instances are cached. (If at all.)
public protocol ResolverScopeType: class {
public protocol ResolverScopeType: AnyObject {
func resolve<Service>(resolver: Resolver, registration: ResolverRegistration<Service>, args: Any?) -> Service?
}

Expand Down

0 comments on commit a8e962a

Please sign in to comment.