Explorar o código

Resolving issue #59 - GearmanClientCallbackExceptionEvent extends Event

Marc %!s(int64=11) %!d(string=hai) anos
pai
achega
9ec7e592df
Modificáronse 1 ficheiros con 3 adicións e 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
 {
 
-}
+}