Skip to content

Commit

Permalink
Merge pull request #160 from Sml995/master
Browse files Browse the repository at this point in the history
Update OneSignalClient.php
  • Loading branch information
berkayk authored Feb 25, 2022
2 parents 11a3015 + db7bbd2 commit 4f826a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OneSignalClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ public function sendNotificationCustom($parameters = []){

// Make sure to use included_segments
if (empty($parameters['included_segments']) && empty($parameters['include_player_ids'])) {
$parameters['included_segments'] = ['all'];
$parameters['included_segments'] = ['All'];
}

$parameters = array_merge($parameters, $this->additionalParams);
Expand Down

0 comments on commit 4f826a2

Please sign in to comment.