Skip to content

Commit 22c8df0

Browse files
committed
add priority default value
1 parent 027a54d commit 22c8df0

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
@@ -70,7 +70,7 @@ public function send()
7070

7171
$payloads = [
7272
'content_available' => true,
73-
'priority' => $this->priority,
73+
'priority' => $this->priority ?? 'high',
7474
'data' => $this->data,
7575
'notification' => $this->notification
7676
];

0 commit comments

Comments
 (0)