Remove T from Injectable module

This commit is contained in:
2025-07-10 17:45:19 +03:00
parent f3756e38bd
commit 1765358071
22 changed files with 22 additions and 22 deletions
@@ -16,7 +16,7 @@ namespace mROA.Implementation
}
public void Inject<T>(T dependency)
public void Inject(object dependency)
{
if (dependency is IConnectionHub interactionModule)
_hub = interactionModule;