mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-04 12:17:35 +02:00
Merge pull request #1485 from vudaltsov/patch-1
Fixed TelegramBotHandler constructor
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user