Skip to content

Commit

Permalink
Fix oqtane#3977: missed readonly attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
zyhfish committed Mar 17, 2024
1 parent 40cc0f7 commit 91136fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Oqtane.Server/Repository/PageModuleRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 91136fe

Please sign in to comment.