Skip to content

Commit

Permalink
Update docs on Autofac wiring to use new extension method (#3634)
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete authored and Aaronontheweb committed Nov 1, 2018
1 parent 53a764a commit 281ffbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/actors/dependency-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ var container = builder.Build();

// Create the ActorSystem and Dependency Resolver
var system = ActorSystem.Create("MySystem");
var propsResolver = new AutoFacDependencyResolver(container, system);
system.UseAutofac(container);
```

### CastleWindsor
Expand Down

0 comments on commit 281ffbe

Please sign in to comment.