Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
generik0 committed Jul 8, 2020
1 parent 8687e5d commit 70dd700
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ public abstract class WindsorServiceProviderFactoryBase : IServiceProviderFactor

public virtual IWindsorContainer CreateBuilder(IServiceCollection services)
{
BuildContainer(services, rootContainer);
return rootContainer;
return BuildContainer(services, rootContainer);
}

public virtual IServiceProvider CreateServiceProvider(IWindsorContainer container)
Expand Down

0 comments on commit 70dd700

Please sign in to comment.