Skip to content

Commit 2c904c3

Browse files
committed
1 parent 534c693 commit 2c904c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parse/ParsePush.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static function send($data, $useMasterKey = false)
6363
'POST',
6464
'push',
6565
null,
66-
json_encode($data),
66+
json_encode(ParseClient::_encode($data, true)),
6767
$useMasterKey
6868
);
6969
}

0 commit comments

Comments
 (0)