Explorar el Código

Merge pull request #1485 from vudaltsov/patch-1

Fixed TelegramBotHandler constructor
Jordi Boggiano hace 5 años
padre
commit
2ff542495a
Se han modificado 1 ficheros con 0 adiciones y 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);