We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69287d6 commit b496222Copy full SHA for b496222
src/TelegramHandler.php
@@ -126,7 +126,7 @@ private function sendMessage(string $text): void
126
'chat_id' => $this->chatId,
127
'parse_mode' => 'html',
128
],
129
- config('telegram-logger.template', [])
+ config('telegram-logger.options', [])
130
));
131
132
file_get_contents('https://api.telegram.org/bot'.$this->botToken.'/sendMessage?' . $httpQuery);
0 commit comments