Update lib/Service/BoardImportCommandService.php
Co-authored-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
committed by
Julius Härtl
parent
fda8a03c43
commit
a3959e3cfc
@@ -154,7 +154,7 @@ class BoardImportCommandService extends BoardImportService {
|
|||||||
}
|
}
|
||||||
$helper = $this->getCommand()->getHelper('question');
|
$helper = $this->getCommand()->getHelper('question');
|
||||||
$question = new Question(
|
$question = new Question(
|
||||||
'Please inform a valid data json file: ',
|
'Please provide a valid data json file: ',
|
||||||
'data.json'
|
'data.json'
|
||||||
);
|
);
|
||||||
$question->setValidator(function (string $answer) {
|
$question->setValidator(function (string $answer) {
|
||||||
|
|||||||
Reference in New Issue
Block a user