Skip to content

Commit

Permalink
Cache needs to also be public for these sub libs -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
soenneker committed Sep 25, 2024
1 parent 51950d2 commit ff7b3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/CacheService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Soenneker.Utils.AutoBogus.Services;

public sealed class CacheService
{
internal ReflectionCache Cache => _cacheLazy.Value;
public ReflectionCache Cache => _cacheLazy.Value;

private Lazy<ReflectionCache> _cacheLazy;

Expand Down

0 comments on commit ff7b3a0

Please sign in to comment.