Fix #3977: missed readonly attribute.
This commit is contained in:
parent
40cc0f721d
commit
91136fe48f
@ -10,7 +10,7 @@ namespace Oqtane.Repository
|
||||
{
|
||||
public class PageModuleRepository : IPageModuleRepository
|
||||
{
|
||||
private IDbContextFactory<TenantDBContext> _dbContextFactory;
|
||||
private readonly IDbContextFactory<TenantDBContext> _dbContextFactory;
|
||||
private readonly IModuleDefinitionRepository _moduleDefinitions;
|
||||
private readonly IModuleRepository _modules;
|
||||
private readonly IPermissionRepository _permissions;
|
||||
|
Loading…
x
Reference in New Issue
Block a user