Skip to content

Commit a0fcc45

Browse files
committed
fix error
1 parent b0f4069 commit a0fcc45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RabbitMQ.EventBus.AspNetCore/Events/EventHandlerArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class EventHandlerArgs<TEvent>
3030
/// <param name="redelivered"></param>
3131
/// <param name="exchange"></param>
3232
/// <param name="routingKey"></param>
33-
protected EventHandlerArgs(string original, bool redelivered, string exchange, string routingKey)
33+
public EventHandlerArgs(string original, bool redelivered, string exchange, string routingKey)
3434
{
3535
Original = original;
3636
Redelivered = redelivered;

0 commit comments

Comments
 (0)