1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00

Fix constructor of slack

This commit is contained in:
George Mponos
2018-06-08 20:30:09 +03:00
parent c0eeca76fd
commit 11b664d276
2 changed files with 2 additions and 4 deletions

View File

@@ -63,8 +63,7 @@ class SlackHandler extends SocketHandler
$iconEmoji, $iconEmoji,
$useShortAttachment, $useShortAttachment,
$includeContextAndExtra, $includeContextAndExtra,
$excludeFields, $excludeFields
$this->formatter
); );
$this->token = $token; $this->token = $token;

View File

@@ -60,8 +60,7 @@ class SlackWebhookHandler extends AbstractProcessingHandler
$iconEmoji, $iconEmoji,
$useShortAttachment, $useShortAttachment,
$includeContextAndExtra, $includeContextAndExtra,
$excludeFields, $excludeFields
$this->formatter
); );
} }