1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 17:46:09 +02:00

Do not put empty Slack attachments array by default

This commit is contained in:
Haralan Dobrev
2016-11-19 13:39:27 +02:00
parent 8b2b13546e
commit 26b526d9fb
2 changed files with 2 additions and 4 deletions

View File

@@ -99,7 +99,6 @@ class SlackRecord
$dataArray = array(
'username' => $this->username,
'text' => '',
'attachments' => array(),
);
if ($this->channel) {