Skip to content

Commit 9277788

Browse files
committed
Improve type for logger in AppDbContext
1 parent 5a499bf commit 9277788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Hmcr.Data/Database/Entities/AppDbContextPartial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public partial class AppDbContext
2727
private const string AppLastUpdateUserGuid = "AppLastUpdateUserGuid";
2828
private const string AppLastUpdateTimestamp = "AppLastUpdateTimestamp";
2929

30-
private readonly ILogger _logger;
30+
private readonly ILogger<AppDbContext> _logger;
3131
public readonly HmcrCurrentUser _currentUser;
3232

3333
public AppDbContext(DbContextOptions<AppDbContext> options, ILogger<AppDbContext> logger, HmcrCurrentUser currentUser)

0 commit comments

Comments
 (0)