1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-04 12:17:35 +02:00

Merge pull request #1144 from MilesChou/open-visibility-for-slack-handlers

Adjust visibility of some properties to protected for extend slack handlers
This commit is contained in:
Jordi Boggiano
2018-06-07 18:28:19 +02:00
committed by GitHub

View File

@@ -75,6 +75,11 @@ class SlackHandler extends SocketHandler
return $this->slackRecord;
}
public function getToken()
{
return $this->token;
}
/**
* {@inheritdoc}
*