Skip to content

Commit

Permalink
Set property
Browse files Browse the repository at this point in the history
  • Loading branch information
cnizzardini committed Feb 18, 2024
1 parent f098114 commit 6fe86cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Event/BaseEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public function __construct(
$this->changed = $changed;
$this->original = $original;
$this->timestamp = (new DateTime())->format(DateTime::ATOM);
$this->entity = $entity;
}

/**
Expand Down

0 comments on commit 6fe86cd

Please sign in to comment.