1
0
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:
MilesChou
2018-04-24 23:17:02 +08:00
parent fd8c787753
commit 1107013b9c
2 changed files with 4 additions and 4 deletions

View File

@@ -27,13 +27,13 @@ class SlackHandler extends SocketHandler
* Slack API token
* @var string
*/
private $token;
protected $token;
/**
* Instance of the SlackRecord util class preparing data for Slack API.
* @var SlackRecord
*/
private $slackRecord;
protected $slackRecord;
/**
* @param string $token Slack API token

View File

@@ -27,13 +27,13 @@ class SlackWebhookHandler extends AbstractProcessingHandler
* Slack Webhook token
* @var string
*/
private $webhookUrl;
protected $webhookUrl;
/**
* Instance of the SlackRecord util class preparing data for Slack API.
* @var SlackRecord
*/
private $slackRecord;
protected $slackRecord;
/**
* @param string $webhookUrl Slack Webhook URL