Skip to content

Commit

Permalink
Fix module uninstall translation (#4062)
Browse files Browse the repository at this point in the history
* [update:execute] Fixed update table

* [module:uninstall] Fix translation
  • Loading branch information
hjuarez20 authored and enzolutions committed May 24, 2019
1 parent 131bb18 commit 047c18b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/Command/Generate/EntityContentCommand.php
Expand Up @@ -162,9 +162,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
$revisionable = $input->getOption('revisionable')? :false;
$has_forms = $input->getOption('has-forms')?:true;

var_dump($input->hasOption('has-forms'));
var_dump($input->getOption('has-forms'));
var_dump($has_forms);
$generator = $this->generator;

$generator->setIo($this->getIo());
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Module/UninstallCommand.php
Expand Up @@ -83,7 +83,7 @@ protected function configure()
->addArgument(
'module',
InputArgument::IS_ARRAY,
$this->trans('commands.module.uninstall.questions.module')
$this->trans('commands.module.uninstall.arguments.module')
)
->addOption(
'force',
Expand Down

0 comments on commit 047c18b

Please sign in to comment.