File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 2020 'contact ' => env ('TGN_AUTHOR_CONTACT ' , 'https://t.me/tannp27 ' ),
2121 'source_code ' => env (
2222 'TGN_AUTHOR_SOURCE_CODE ' ,
23- 'https://github.com/lbiltech/telegram-git-notifier '
23+ 'https://github.com/lbiltech/laravel- telegram-git-notifier '
2424 ),
2525 ],
26+
27+ 'view ' => [
28+ 'event ' => [
29+ 'default ' => env ('TGN_VIEW_EVENT_DEFAULT ' , 'default ' ),
30+ ],
31+ 'globals ' => [
32+ 'access_denied ' => env (
33+ 'TGN_VIEW_GLOBALS_ACCESS_DENIED ' ,
34+ 'globals.access_denied '
35+ ),
36+ ],
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 ' ),
42+ ],
43+ ],
2644];
You can’t perform that action at this time.
0 commit comments