mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-04 20:27:31 +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:
@@ -75,6 +75,11 @@ class SlackHandler extends SocketHandler
|
|||||||
return $this->slackRecord;
|
return $this->slackRecord;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getToken()
|
||||||
|
{
|
||||||
|
return $this->token;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user