Skip to content

Commit

Permalink
fix: change GridifyMapper Configuration Set prop to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet committed Sep 19, 2023
1 parent d74468a commit 87772a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gridify/GridifyMapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Gridify;

public class GridifyMapper<T> : IGridifyMapper<T>
{
public GridifyMapperConfiguration Configuration { get; }
public GridifyMapperConfiguration Configuration { get; protected set; }
private readonly List<IGMap<T>> _mappings;

public GridifyMapper(bool autoGenerateMappings = false)
Expand Down

0 comments on commit 87772a0

Please sign in to comment.