We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534c693 commit 2c904c3Copy full SHA for 2c904c3
src/Parse/ParsePush.php
@@ -63,7 +63,7 @@ public static function send($data, $useMasterKey = false)
63
'POST',
64
'push',
65
null,
66
- json_encode($data),
+ json_encode(ParseClient::_encode($data, true)),
67
$useMasterKey
68
);
69
}
0 commit comments