Skip to content

Commit

Permalink
Merge pull request #104 from maxmantz/main
Browse files Browse the repository at this point in the history
make constructor of ServicesAccessorCircuitHandler public
  • Loading branch information
josephdecock committed May 7, 2024
2 parents 5c41c64 + abf1121 commit f55ae98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ internal class ServicesAccessorCircuitHandler : CircuitHandler
readonly IServiceProvider services;
readonly CircuitServicesAccessor circuitServicesAccessor;

internal ServicesAccessorCircuitHandler(IServiceProvider services,
public ServicesAccessorCircuitHandler(IServiceProvider services,
CircuitServicesAccessor servicesAccessor)
{
this.services = services;
Expand Down

0 comments on commit f55ae98

Please sign in to comment.