We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e763b14 commit 01bd91dCopy full SHA for 01bd91d
README.md
@@ -72,7 +72,7 @@ You can easily send a message to all registered users with the command
72
73
You can send a message based on a set of tags with the command
74
75
- OneSignal::sendNotificationUsingTags("Some Message", array("key" => "device_uuid", "relation" => "=", "value" => 123e4567-e89b-12d3-a456-426655440000), $url = null, $data = null, $buttons = null, $schedule = null);
+ OneSignal::sendNotificationUsingTags("Some Message", ["key" => "device_uuid", "relation" => "=", "value" => 123e4567-e89b-12d3-a456-426655440000], $url = null, $data = null, $buttons = null, $schedule = null);
76
77
78
### Sending a Notification To A Specific User
0 commit comments