Inject controllers and services
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
using Core.Annotations;
|
||||
using Core.Models.Spt.Logging;
|
||||
|
||||
namespace Core.Controllers;
|
||||
|
||||
[Injectable]
|
||||
public class ClientLogController
|
||||
{
|
||||
/// <summary>
|
||||
@@ -12,4 +14,4 @@ public class ClientLogController
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user