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:
@@ -99,7 +99,6 @@ class SlackRecord
|
||||
$dataArray = array(
|
||||
'username' => $this->username,
|
||||
'text' => '',
|
||||
'attachments' => array(),
|
||||
);
|
||||
|
||||
if ($this->channel) {
|
||||
|
Reference in New Issue
Block a user