1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 17:16:18 +02:00

Update PushoverHandler.php

... with extra parameters for when the priority = 2

https://pushover.net/api#priority
This commit is contained in:
Richard van Laak
2014-10-31 15:11:53 +01:00
parent 3eb9ffda35
commit 15fe95e194

View File

@@ -81,6 +81,7 @@ class PushoverHandler extends SocketHandler
$this->parameters = array_flip(array(
'token', 'user', 'message', // these are the required parameters
'device', 'title', 'url', 'url_title', 'priority', 'timestamp', 'sound',
'retry', 'expire', 'callback',
));
}