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

Commit 6071efe

Browse files
committed
Changed the visibility of the method \LaravelFCM\Sender\FCMSender::post, from private to protected in order to be able to override it
1 parent 248733c commit 6071efe

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)