mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Fixed composition.
This commit is contained in:
@@ -54,6 +54,7 @@ namespace NzbDrone.Common.Composition
|
||||
var factory = CreateSingletonImplementationFactory(implementation);
|
||||
|
||||
_container.Register(service, factory);
|
||||
_container.Register(service, factory, implementation.FullName);
|
||||
}
|
||||
|
||||
public IEnumerable<T> ResolveAll<T>() where T : class
|
||||
|
||||
Reference in New Issue
Block a user