Added cli locale to installation generated config file

This commit is contained in:
Alejandro Celaya 2016-08-14 23:10:07 +02:00
parent 25380e4727
commit 2617ef1547

View File

@ -225,6 +225,9 @@ class InstallCommand extends Command
'translator' => [
'locale' => $params['LANGUAGE']['DEFAULT'],
],
'cli' => [
'locale' => $params['LANGUAGE']['CLI'],
],
'url_shortener' => [
'domain' => [
'schema' => $params['URL_SHORTENER']['SCHEMA'],