diff --git a/src/User/Event/MailEvent.php b/src/User/Event/MailEvent.php index 75bce1a..89f6288 100644 --- a/src/User/Event/MailEvent.php +++ b/src/User/Event/MailEvent.php @@ -62,6 +62,6 @@ class MailEvent extends Event public function getException() { - return $this->mailService; + return $this->exception; } }