diff --git a/README.md b/README.md index 2707504..d559b28 100644 --- a/README.md +++ b/README.md @@ -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', ],