File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -71,15 +71,15 @@ public function toFirebase($notifiable)
71
71
72
72
## Available methods:
73
73
74
- - ` getData ` : To Set ` data ` .
75
- - ` getPriority ` : To Set ` priority ` .
76
- - ` getTimeToLive ` : To Set ` time_to_live ` .
77
- - ` getCollapseKey ` : To Set ` collapse_key ` .
78
- - ` getNotification ` : To Set ` notification ` .
79
- - ` getCondition ` : To Set ` condition ` .
80
- - ` getContentAvailable ` : To Set ` content_available ` .
81
- - ` getMutableContent ` : To Set ` mutable_content ` .
82
- - ` getPackageName ` : To Set ` restricted_package_name ` .
74
+ - ` setData ` : To Set ` data ` .
75
+ - ` setPriority ` : To Set ` priority ` .
76
+ - ` setTimeToLive ` : To Set ` time_to_live ` .
77
+ - ` setCollapseKey ` : To Set ` collapse_key ` .
78
+ - ` setNotification ` : To Set ` notification ` .
79
+ - ` setCondition ` : To Set ` condition ` .
80
+ - ` setContentAvailable ` : To Set ` content_available ` .
81
+ - ` setMutableContent ` : To Set ` mutable_content ` .
82
+ - ` setPackageName ` : To Set ` restricted_package_name ` .
83
83
84
84
When sending to specific device(s), make sure your notifiable entity has ` routeNotificationForFirebase ` method defined:
85
85
> ** Note:** You can send to many devices by return an array of tokens.
You can’t perform that action at this time.
0 commit comments