Skip to content

Commit 52d7803

Browse files
authored
fix
1 parent 122d9fe commit 52d7803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/telegram-logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'template' => env('TELEGRAM_LOGGER_TEMPLATE', 'laravel-telegram-logging::standard'),
1212

1313
// Proxy server
14-
'proxy' => env('TELEGRAM_LOGGER_PROXY'),
14+
'proxy' => env('TELEGRAM_LOGGER_PROXY', ''),
1515

1616
// Telegram sendMessage options: https://core.telegram.org/bots/api#sendmessage
1717
'options' => [

0 commit comments

Comments
 (0)