<?php
namespace Civi\ActionSchedule\Event;
-use Symfony\Component\EventDispatcher\Event;
+use Civi\Core\Event\GenericHookEvent;
/**
* Class MailingQueryEvent
*
* Event name: 'civi.actionSchedule.prepareMailingQuery'
*/
-class MailingQueryEvent extends Event {
+class MailingQueryEvent extends GenericHookEvent {
/**
* The schedule record which produced this mailing.
namespace Civi\ActionSchedule\Event;
use Civi\ActionSchedule\MappingInterface;
-use Symfony\Component\EventDispatcher\Event;
+use Civi\Core\Event\GenericHookEvent;
/**
* Class ActionScheduleEvent
*
* Event name: 'civi.actionSchedule.getMappings'
*/
-class MappingRegisterEvent extends Event {
+class MappingRegisterEvent extends GenericHookEvent {
/**
* @var array