We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56c4393 + 438c451 commit 18d2345Copy full SHA for 18d2345
src/Notifications.php
@@ -230,6 +230,8 @@ protected function resolve(array $data)
230
->setAllowedTypes('chrome_big_picture', 'string')
231
->setDefined('chrome_web_icon')
232
->setAllowedTypes('chrome_web_icon', 'string')
233
+ ->setDefined('firefox_icon')
234
+ ->setAllowedTypes('firefox_icon', 'string')
235
->setDefined('url')
236
->setAllowedTypes('url', 'string')
237
->setAllowedValues('url', function ($value) {
0 commit comments