Skip to content

Commit

Permalink
Merge pull request #206 from GerhardKotze/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
dwightwatson committed Jul 31, 2024
2 parents 0450f26 + 8a04dde commit 622b292
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,18 @@ class AccountActivated extends Notification
'android' => [
'notification' => [
'color' => '#0A0A0A',
'sound' => 'default',
],
'fcm_options' => [
'analytics_label' => 'analytics',
],
],
'apns' => [
'payload' => [
'aps' => [
'sound' => 'default'
],
],
'fcm_options' => [
'analytics_label' => 'analytics',
],
Expand Down

0 comments on commit 622b292

Please sign in to comment.