From 6fe86cd5ef82d18e4eebb0dbccb315e344a9be60 Mon Sep 17 00:00:00 2001 From: Chris Nizzardini Date: Sun, 18 Feb 2024 10:36:18 -0500 Subject: [PATCH] Set property --- src/Event/BaseEvent.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Event/BaseEvent.php b/src/Event/BaseEvent.php index 0bd8763..2b45965 100644 --- a/src/Event/BaseEvent.php +++ b/src/Event/BaseEvent.php @@ -55,6 +55,7 @@ public function __construct( $this->changed = $changed; $this->original = $original; $this->timestamp = (new DateTime())->format(DateTime::ATOM); + $this->entity = $entity; } /**