We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb460d3 commit e1f3afaCopy full SHA for e1f3afa
1 file changed
src/Requests/Event.php
@@ -19,7 +19,7 @@ public function __construct(EventDataInterface $eventData)
19
20
public function jsonSerialize(): array
21
{
22
- return (array) $this->eventData->jsonSerialize();
+ return $this->eventData->jsonSerialize();
23
}
24
25
public function getEventType(): string
0 commit comments