mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fixed #665
This commit is contained in:
parent
6d2bc0eb72
commit
84ea45ebaa
4 changed files with 23 additions and 13 deletions
|
@ -39,10 +39,6 @@ namespace PlexRequests.Core.Migration
|
|||
|
||||
foreach (var param in ctor.GetParameters())
|
||||
{
|
||||
Console.WriteLine(string.Format(
|
||||
"Param {0} is named {1} and is of type {2}",
|
||||
param.Position, param.Name, param.ParameterType));
|
||||
|
||||
var dep = Kernel.Get(param.ParameterType);
|
||||
dependencies.Add(dep);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue