From c592e3b0a40476b933e65c224df41c75f0c5ccfa Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Mon, 18 Apr 2022 20:37:24 -0400 Subject: [PATCH] symfony Event no longer exists - API --- Civi/API/Event/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Civi/API/Event/Event.php b/Civi/API/Event/Event.php index c5ad2cc92b..219401e18a 100644 --- a/Civi/API/Event/Event.php +++ b/Civi/API/Event/Event.php @@ -15,7 +15,7 @@ namespace Civi\API\Event; * Class Event * @package Civi\API\Event */ -class Event extends \Symfony\Component\EventDispatcher\Event { +class Event extends \Civi\Core\Event\GenericHookEvent { use RequestTrait; -- 2.25.1