Explorar el Código

Resolving issue #59 - GearmanClientCallbackExceptionEvent extends Event

Marc hace 11 años
padre
commit
9ec7e592df
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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
 {
 
-}
+}