Skip to content

Commit

Permalink
occurred_at
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk committed Sep 9, 2024
1 parent 046b10d commit 34336d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/MailDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function getDataFromPayload(array $payload): array
->filter()
->merge([
'type' => $this->getEventFromPayload($payload),
'timestamp' => $this->getTimestampFromPayload($payload),
'occurred_at' => $this->getTimestampFromPayload($payload),
])
->toArray();
}
Expand Down

0 comments on commit 34336d9

Please sign in to comment.