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 39c01ea commit 0d338daCopy full SHA for 0d338da
config/telegram-git-notifier.php
@@ -10,7 +10,7 @@
10
'bot' => [
11
'token' => env('TELEGRAM_BOT_TOKEN', ''),
12
'chat_id' => env('TELEGRAM_BOT_CHAT_ID', ''),
13
- 'notify_chat_ids' => env('TELEGRAM_NOTIFY_CHAT_IDS', '')
+ 'notify_chat_ids' => env('TELEGRAM_NOTIFY_CHAT_IDS', ''),
14
],
15
16
'author' => [
0 commit comments