mirror of
https://github.com/flarum/core.git
synced 2025-10-13 16:05:05 +02:00
Allow JSON to be used for Install Command (#1193)
* Allow JSON to be used for Install Command * Return configuration as array instead of object. * Update InstallCommand.php
This commit is contained in:
@@ -69,7 +69,7 @@ class InstallCommand extends AbstractCommand
|
||||
'file',
|
||||
'f',
|
||||
InputOption::VALUE_REQUIRED,
|
||||
'Use external configuration file in YAML format'
|
||||
'Use external configuration file in JSON or YAML format'
|
||||
)
|
||||
->addOption(
|
||||
'config',
|
||||
|
Reference in New Issue
Block a user