1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-04 20:27:31 +02:00

Merge pull request #1485 from vudaltsov/patch-1

Fixed TelegramBotHandler constructor
This commit is contained in:
Jordi Boggiano
2020-08-22 12:16:38 +02:00
committed by GitHub

View File

@@ -93,8 +93,6 @@ class TelegramBotHandler extends AbstractProcessingHandler
$this->apiKey = $apiKey;
$this->channel = $channel;
$this->level = $level;
$this->bubble = $bubble;
$this->setParseMode($parseMode);
$this->disableWebPagePreview($disableWebPagePreview);
$this->disableNotification($disableNotification);