1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-21 16:46:11 +02:00

Expose a getter for the SlackRecord in Slack handlers

This commit is contained in:
Haralan Dobrev
2016-11-14 23:08:40 +02:00
parent 000a21969f
commit 862c0875d2
2 changed files with 10 additions and 0 deletions

View File

@@ -72,6 +72,11 @@ class SlackWebhookHandler extends AbstractProcessingHandler
);
}
public function getSlackRecord()
{
return $this->slackRecord;
}
/**
* {@inheritdoc}
*