Skip to content

Commit

Permalink
Change to actor
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrypstra committed Oct 22, 2023
1 parent 38a9c3f commit be4f7f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
```
*/
public class DependencyResolver {
public actor DependencyResolver {

private static var dependencyDefinitions = [String: DependencyDefinition]()
private static var dependencyDefinitionsWithParameters = [String: DependencyDefinitionWithParameters]()
Expand Down

0 comments on commit be4f7f7

Please sign in to comment.