Skip to content

Commit b496222

Browse files
update config key
1 parent 69287d6 commit b496222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TelegramHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ private function sendMessage(string $text): void
126126
'chat_id' => $this->chatId,
127127
'parse_mode' => 'html',
128128
],
129-
config('telegram-logger.template', [])
129+
config('telegram-logger.options', [])
130130
));
131131

132132
file_get_contents('https://api.telegram.org/bot'.$this->botToken.'/sendMessage?' . $httpQuery);

0 commit comments

Comments
 (0)