We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89b3d5 commit ec950aaCopy full SHA for ec950aa
src/Fcm.php
@@ -12,7 +12,7 @@ class Fcm
12
protected $topic;
13
protected $data;
14
protected $notification;
15
- protected $timeToLive = null;
+ protected $timeToLive;
16
17
public function to(array $recipients)
18
{
0 commit comments