Skip to content

Commit 7796e5a

Browse files
authored
Update README.md
1 parent eabda28 commit 7796e5a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ public function toFirebase($notifiable)
5959
'title' => 'Notification title',
6060
'body' => 'Notification body',
6161
'sound' => '', // Optional
62-
'icon' => '', // Optional
63-
'click_action' => '' // Optional
62+
'icon' => '', // Optional
63+
'click_action' => '' // Optional
6464
])
6565
->setData([
66-
'param' => 'zxy' // Optional
67-
])
68-
->setPriority('high'); // Default is 'normal'
66+
'param' => 'zxy' // Optional
67+
])
68+
->setPriority('high'); // Default is 'normal'
6969
}
7070
```
7171

0 commit comments

Comments
 (0)