Parcourir la source

Resolving issue #59 - GearmanClientCallbackExceptionEvent extends Event

Marc il y a 11 ans
Parent
commit
9ec7e592df
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      Event/GearmanClientCallbackExceptionEvent.php

+ 3 - 2
Event/GearmanClientCallbackExceptionEvent.php

@@ -8,11 +8,12 @@
 
 namespace Mmoreram\GearmanBundle\Event;
 
+use Symfony\Component\EventDispatcher\Event;
 
 /**
  * GearmanClientCallbackExceptionEvent
  */
-class GearmanClientCallbackExceptionEvent
+class GearmanClientCallbackExceptionEvent extends Event
 {
 
-}
+}