mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:17:22 +01:00
fix more shit
This commit is contained in:
parent
90b77d95d8
commit
143bd35a88
4 changed files with 57 additions and 4 deletions
|
|
@ -9,7 +9,6 @@ using Microsoft.Extensions.Logging;
|
|||
|
||||
namespace MareSynchronosShared.RequirementHandlers;
|
||||
|
||||
|
||||
public class UserRequirementHandler : AuthorizationHandler<UserRequirement, HubInvocationContext>
|
||||
{
|
||||
private readonly IDbContextFactory<MareDbContext> _dbContextFactory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue