Skip to content

Commit

Permalink
Merge pull request #14 from xdimedrolx/master
Browse files Browse the repository at this point in the history
Added missing options for notifications
  • Loading branch information
norkunas committed Nov 20, 2015
2 parents 0975bd5 + 9cefc77 commit 237813d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ protected function resolve(array $data)
->setAllowedTypes('isChrome', 'bool')
->setDefined('isChromeWeb')
->setAllowedTypes('isChromeWeb', 'bool')
->setDefined('isSafari')
->setAllowedTypes('isSafari', 'bool')
->setDefined('isAnyWeb')
->setAllowedTypes('isAnyWeb', 'bool')
->setDefined('included_segments')
->setAllowedTypes('included_segments', 'array')
->setDefined('excluded_segments')
Expand Down

0 comments on commit 237813d

Please sign in to comment.