diff --git a/src/Event/GetMessageIntegrationInfo.php b/src/Event/GetMessageIntegrationInfo.php
index 8e09d86..6872fdb 100644
--- a/src/Event/GetMessageIntegrationInfo.php
+++ b/src/Event/GetMessageIntegrationInfo.php
@@ -8,7 +8,7 @@ use Symfony\Component\EventDispatcher\Event;
 /**
  * Event that is fired when a user logs in.
  */
-class GetMessageIntegrationInfo extends Event {
+class GetMessageIntegrationInfo extends \Symfony\Contracts\EventDispatcher\Event {
 
   const EVENT_NAME = 'message_integration_node_presave';
 
