Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
[Fix #8] fix mistake in downstream example
Browse files Browse the repository at this point in the history
  • Loading branch information
brozot committed Jul 31, 2016
1 parent 873e536 commit aa85dec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ $token = "a_registration_from_your_database";

$downstreamResponse = FCM::sendTo($token, $option, $notification, $data);

$downstreamResponse = new DownstreamResponse($response, $tokens);

$downstreamResponse->numberSuccess();
$downstreamResponse->numberFailure();
$downstreamResponse->numberModification();
Expand Down

0 comments on commit aa85dec

Please sign in to comment.