Skip to content

Commit

Permalink
make constructor public
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Mantz committed May 7, 2024
1 parent 5c41c64 commit abf1121
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 abf1121

Please sign in to comment.