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 027a54d commit 22c8df0Copy full SHA for 22c8df0
src/Fcm.php
@@ -70,7 +70,7 @@ public function send()
70
71
$payloads = [
72
'content_available' => true,
73
- 'priority' => $this->priority,
+ 'priority' => $this->priority ?? 'high',
74
'data' => $this->data,
75
'notification' => $this->notification
76
];
0 commit comments