Skip to content

Commit 622b292

Browse files
authored
Merge pull request #206 from GerhardKotze/patch-1
Update README.md
2 parents 0450f26 + 8a04dde commit 622b292

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,18 @@ class AccountActivated extends Notification
7171
'android' => [
7272
'notification' => [
7373
'color' => '#0A0A0A',
74+
'sound' => 'default',
7475
],
7576
'fcm_options' => [
7677
'analytics_label' => 'analytics',
7778
],
7879
],
7980
'apns' => [
81+
'payload' => [
82+
'aps' => [
83+
'sound' => 'default'
84+
],
85+
],
8086
'fcm_options' => [
8187
'analytics_label' => 'analytics',
8288
],

0 commit comments

Comments
 (0)