Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 418dc96

Browse files
authored
Merge pull request brozot#141 from dariusungur/master
Changed the visibility of the method FCMSender::post
2 parents cdeb561 + 6071efe commit 418dc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sender/FCMSender.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function sendToTopic(Topics $topics, Options $options = null, PayloadNoti
105105
*
106106
* @return null|\Psr\Http\Message\ResponseInterface
107107
*/
108-
private function post($request)
108+
protected function post($request)
109109
{
110110
try {
111111
$responseGuzzle = $this->client->request('post', $this->url, $request->build());

0 commit comments

Comments
 (0)