Skip to content

Commit 9963c47

Browse files
authored
Merge pull request #3 from ReySVD/json_problem
JSON options
2 parents 9b14ffd + 4931c48 commit 9963c47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Message/Event.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ public function format()
148148
'idfa' => $this->getIdfa(),
149149
'adid' => $this->getAdid(),
150150
'session_id' => $this->getSessionId(),
151-
)
151+
),
152+
JSON_FORCE_OBJECT
152153
);
153154
}
154155

0 commit comments

Comments
 (0)