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

Commit

Permalink
Merge pull request #141 from dariusungur/master
Browse files Browse the repository at this point in the history
Changed the visibility of the method FCMSender::post
  • Loading branch information
brozot authored Aug 7, 2019
2 parents cdeb561 + 6071efe commit 418dc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sender/FCMSender.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function sendToTopic(Topics $topics, Options $options = null, PayloadNoti
*
* @return null|\Psr\Http\Message\ResponseInterface
*/
private function post($request)
protected function post($request)
{
try {
$responseGuzzle = $this->client->request('post', $this->url, $request->build());
Expand Down

0 comments on commit 418dc96

Please sign in to comment.