Skip to content

Commit

Permalink
Added missing options for notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
xdimedrolx committed Nov 20, 2015
1 parent 0975bd5 commit 9cefc77
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 9cefc77

Please sign in to comment.