mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
Inject constructors
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using Ninject;
|
||||
using NzbDrone.Core.Instrumentation;
|
||||
using NzbDrone.Core.Model.Notification;
|
||||
|
||||
@@ -9,6 +10,7 @@ namespace NzbDrone.Core.Jobs
|
||||
{
|
||||
private readonly LogProvider _logProvider;
|
||||
|
||||
[Inject]
|
||||
public TrimLogsJob(LogProvider logProvider)
|
||||
{
|
||||
_logProvider = logProvider;
|
||||
|
Reference in New Issue
Block a user