1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 20:57:36 +02:00

Merge pull request #1088 from MilesChou/1.x

Add getter for webhook url in SlackWebhookHandler class
This commit is contained in:
Jordi Boggiano
2018-06-07 17:23:48 +02:00
committed by GitHub

View File

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