Change default import config argument to null
Signed-off-by: Jim Madge <jmadge@turing.ac.uk>
This commit is contained in:
@@ -43,7 +43,7 @@ class BoardImport extends Command {
|
||||
null,
|
||||
InputOption::VALUE_REQUIRED,
|
||||
'Configuration json file.',
|
||||
'config.json'
|
||||
null
|
||||
)
|
||||
->addOption(
|
||||
'data',
|
||||
|
||||
Reference in New Issue
Block a user