Explorar o código

Merge pull request #1485 from vudaltsov/patch-1

Fixed TelegramBotHandler constructor
Jordi Boggiano %!s(int64=5) %!d(string=hai) anos
pai
achega
2ff542495a
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/Monolog/Handler/TelegramBotHandler.php

+ 0 - 2
src/Monolog/Handler/TelegramBotHandler.php

@@ -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);