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

Commit

Permalink
Changed the visibility of the method \LaravelFCM\Sender\FCMSender::po…
Browse files Browse the repository at this point in the history
…st, from private to protected in order to be able to override it
  • Loading branch information
darius-sv committed May 20, 2019
1 parent 248733c commit 6071efe
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 6071efe

Please sign in to comment.