diff --git a/src/Marten/Events/Projections/ProjectionOptions.cs b/src/Marten/Events/Projections/ProjectionOptions.cs index 71e6124638..ea94fcb908 100644 --- a/src/Marten/Events/Projections/ProjectionOptions.cs +++ b/src/Marten/Events/Projections/ProjectionOptions.cs @@ -430,7 +430,7 @@ internal bool Any() return All.Any() || _subscriptions.Any(); } - internal ILiveAggregator AggregatorFor() where T : class + public ILiveAggregator AggregatorFor() where T : class { if (_liveAggregators.TryFind(typeof(T), out var aggregator)) {