Skip to content

Commit

Permalink
(GH-684) Change repo options impl class to public
Browse files Browse the repository at this point in the history
  • Loading branch information
johelvisguzman committed Nov 22, 2021
1 parent b714828 commit 3caa405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNetToolkit.Repository/RepositoryOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/// <summary>
/// An implementation of <see cref="IRepositoryOptions" />.
/// </summary>
internal class RepositoryOptions : IRepositoryOptions
public class RepositoryOptions : IRepositoryOptions
{
#region Fields

Expand Down

0 comments on commit 3caa405

Please sign in to comment.