Skip to content

Commit

Permalink
Merge pull request #1 from mhunesi/patch-1
Browse files Browse the repository at this point in the history
Update NotificationResolver.php
  • Loading branch information
vasadibt committed Dec 10, 2019
2 parents ed6ace3 + 8218aaa commit 65e3047
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resolver/NotificationResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ public function resolve(array $data)
->setAllowedTypes('excluded_segments', 'array')
->setDefined('include_player_ids')
->setAllowedTypes('include_player_ids', 'array')
->setDefined('include_external_user_ids')
->setAllowedTypes('include_external_user_ids', 'array')
->setDefined('include_ios_tokens')
->setAllowedTypes('include_ios_tokens', 'array')
->setDefined('include_android_reg_ids')
Expand Down

0 comments on commit 65e3047

Please sign in to comment.