Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Oct 13, 2015
1 parent 534c693 commit 2c904c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parse/ParsePush.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public static function send($data, $useMasterKey = false)
'POST',
'push',
null,
json_encode($data),
json_encode(ParseClient::_encode($data, true)),
$useMasterKey
);
}
Expand Down

0 comments on commit 2c904c3

Please sign in to comment.