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:
@@ -81,6 +81,7 @@ class PushoverHandler extends SocketHandler
|
|||||||
$this->parameters = array_flip(array(
|
$this->parameters = array_flip(array(
|
||||||
'token', 'user', 'message', // these are the required parameters
|
'token', 'user', 'message', // these are the required parameters
|
||||||
'device', 'title', 'url', 'url_title', 'priority', 'timestamp', 'sound',
|
'device', 'title', 'url', 'url_title', 'priority', 'timestamp', 'sound',
|
||||||
|
'retry', 'expire', 'callback',
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user