This commit is contained in:
Tokumeikoi
2020-04-30 16:08:26 +08:00
parent 8fd0592139
commit c7a45c9d3d
4 changed files with 42 additions and 3 deletions

View File

@ -61,7 +61,10 @@ class ConfigSave extends FormRequest
'apple_id' => 'email',
'apple_id_password' => '',
// email
'email_template' => ''
'email_template' => '',
// telegram
'telegram_bot_enable' => 'in:0,1',
'telegram_bot_token' => ''
];
/**