Skip to content

Commit baae4ad

Browse files
authored
Update ServiceProviderFactory.cs
1 parent 55e4fb2 commit baae4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProviderFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace Unity.Microsoft.DependencyInjection
55
{
6-
internal class ServiceProviderFactory : IServiceProviderFactory<IUnityContainer>
6+
public class ServiceProviderFactory : IServiceProviderFactory<IUnityContainer>
77
{
88
private readonly IUnityContainer _container;
99

0 commit comments

Comments
 (0)