Added blank discord value for new user during install

This commit is contained in:
viharm 2020-11-19 20:25:25 +00:00
parent 2844d6e131
commit 48224271ef
1 changed files with 1 additions and 0 deletions

View File

@ -306,6 +306,7 @@ class InstallController extends AbstractController
'webhook_url' => '',
'webhook_json' => '',
'telegram_id' => '',
'discord' => '',
'jabber' => ''
);