Skip to content

Commit 0d338da

Browse files
committed
format code for config
1 parent 39c01ea commit 0d338da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/telegram-git-notifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'bot' => [
1111
'token' => env('TELEGRAM_BOT_TOKEN', ''),
1212
'chat_id' => env('TELEGRAM_BOT_CHAT_ID', ''),
13-
'notify_chat_ids' => env('TELEGRAM_NOTIFY_CHAT_IDS', '')
13+
'notify_chat_ids' => env('TELEGRAM_NOTIFY_CHAT_IDS', ''),
1414
],
1515

1616
'author' => [

0 commit comments

Comments
 (0)