mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 06:36:46 +02:00
Open visibility for slack handlers
This commit is contained in:
@@ -27,13 +27,13 @@ class SlackHandler extends SocketHandler
|
|||||||
* Slack API token
|
* Slack API token
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private $token;
|
protected $token;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instance of the SlackRecord util class preparing data for Slack API.
|
* Instance of the SlackRecord util class preparing data for Slack API.
|
||||||
* @var SlackRecord
|
* @var SlackRecord
|
||||||
*/
|
*/
|
||||||
private $slackRecord;
|
protected $slackRecord;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $token Slack API token
|
* @param string $token Slack API token
|
||||||
|
@@ -27,13 +27,13 @@ class SlackWebhookHandler extends AbstractProcessingHandler
|
|||||||
* Slack Webhook token
|
* Slack Webhook token
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private $webhookUrl;
|
protected $webhookUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instance of the SlackRecord util class preparing data for Slack API.
|
* Instance of the SlackRecord util class preparing data for Slack API.
|
||||||
* @var SlackRecord
|
* @var SlackRecord
|
||||||
*/
|
*/
|
||||||
private $slackRecord;
|
protected $slackRecord;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $webhookUrl Slack Webhook URL
|
* @param string $webhookUrl Slack Webhook URL
|
||||||
|
Reference in New Issue
Block a user