Skip to content

Commit 0f5f163

Browse files
authored
fix: fix typo in OneSignalClient (#11)
1 parent 567a371 commit 0f5f163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OneSignalClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public function postNotification($data = [], $app_id = '')
194194
"include_wp_uris" => false,
195195
"include_wp_wns_uris" => false,
196196
"included_segments" => false,
197-
"ios_attachtments" => false,
197+
"ios_attachments" => false,
198198
"ios_badgeCount" => false,
199199
"ios_badgeType" => false,
200200
"ios_category" => false,

0 commit comments

Comments
 (0)