Skip to content

Commit

Permalink
Added payload
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Cassani committed Sep 11, 2017
1 parent 0c9f267 commit 576e495
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function (EventInterface $event) {
return [
'uuid' => $event->uuid(),
'version' => $event->version(),
'payload' => $event->payload(),
'type' => $event->type(),
'body' => $event->body(),
'occurred_on' => $event->occurredOn(),
Expand Down

0 comments on commit 576e495

Please sign in to comment.