mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 05:07:36 +02:00
Fix constructor of slack
This commit is contained in:
@@ -63,8 +63,7 @@ class SlackHandler extends SocketHandler
|
||||
$iconEmoji,
|
||||
$useShortAttachment,
|
||||
$includeContextAndExtra,
|
||||
$excludeFields,
|
||||
$this->formatter
|
||||
$excludeFields
|
||||
);
|
||||
|
||||
$this->token = $token;
|
||||
|
@@ -60,8 +60,7 @@ class SlackWebhookHandler extends AbstractProcessingHandler
|
||||
$iconEmoji,
|
||||
$useShortAttachment,
|
||||
$includeContextAndExtra,
|
||||
$excludeFields,
|
||||
$this->formatter
|
||||
$excludeFields
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user