Skip to content

Commit ec950aa

Browse files
authored
Update Fcm.php
1 parent d89b3d5 commit ec950aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fcm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Fcm
1212
protected $topic;
1313
protected $data;
1414
protected $notification;
15-
protected $timeToLive = null;
15+
protected $timeToLive;
1616

1717
public function to(array $recipients)
1818
{

0 commit comments

Comments
 (0)