Skip to content

Commit

Permalink
Makes CacheService public on context
Browse files Browse the repository at this point in the history
  • Loading branch information
soenneker committed Sep 25, 2024
1 parent 9a9db98 commit 51950d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context/AutoFakerContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public sealed class AutoFakerContext

public readonly AutoFaker? AutoFaker;

internal readonly CacheService CacheService;
public readonly CacheService CacheService;

/// <summary>
/// The requested rule sets provided for the generate request.
Expand Down

0 comments on commit 51950d2

Please sign in to comment.