Skip to content

Commit 58eb83d

Browse files
committed
#9: format code config
1 parent f034325 commit 58eb83d

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

config/telegram-git-notifier.php

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,23 @@
3434
'globals.access_denied'
3535
),
3636
],
37-
'tools' => [
38-
'settings' => env('TGN_VIEW_TOOL_SETTING', 'tools.settings'),
39-
'custom_event_action' => env('TGN_VIEW_TOOL_CUSTOM_EVENT_ACTION', 'tools.custom_event_action'),
40-
'custom_event' => env('TGN_VIEW_TOOL_CUSTOM_EVENT', 'tools.custom_event'),
41-
'set_menu_cmd' => env('TGN_VIEW_TOOL_SET_MENU_COMMAND', 'tools.set_menu_cmd'),
37+
'tools' => [
38+
'settings' => env(
39+
'TGN_VIEW_TOOL_SETTING',
40+
'tools.settings'
41+
),
42+
'custom_event_action' => env(
43+
'TGN_VIEW_TOOL_CUSTOM_EVENT_ACTION',
44+
'tools.custom_event_action'
45+
),
46+
'custom_event' => env(
47+
'TGN_VIEW_TOOL_CUSTOM_EVENT',
48+
'tools.custom_event'
49+
),
50+
'set_menu_cmd' => env(
51+
'TGN_VIEW_TOOL_SET_MENU_COMMAND',
52+
'tools.set_menu_cmd'
53+
),
4254
],
4355
],
4456
];

0 commit comments

Comments
 (0)