diff --git a/src/Services/LoggerSubscriber.php b/src/Services/LoggerSubscriber.php index ccb5cc4..2dc8842 100644 --- a/src/Services/LoggerSubscriber.php +++ b/src/Services/LoggerSubscriber.php @@ -65,7 +65,7 @@ public static function getSubscribedEvents() ClientRequestEvent::NAME => 'onClientRequestEvent', ClientResponseEvent::NAME => 'onClientResponseEvent', ReceivedNotificationEvent::NAME => 'onReceivedNotificationEvent', - SentResponseEvent::NAME => 'onSentNotificationResponseEvent', + SentResponseEvent::NAME => 'onSentNotificationResponseEvent', ExceptionEvent::NAME => 'onExceptionEvent', ]; }