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.
2 parents 027a54d + 22c8df0 commit d030116Copy full SHA for d030116
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