Browse Source

Resolving issue #59 - GearmanClientCallbackExceptionEvent extends Event

Marc 11 năm trước cách đây
mục cha
commit
9ec7e592df
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  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
 {
 
-}
+}