refactor commands

This commit is contained in:
Nicolas Le Goff
2012-06-01 11:39:58 +02:00
parent be1f81d39b
commit 20fc38bb5d
24 changed files with 34 additions and 81 deletions

View File

@@ -52,9 +52,7 @@ class module_console_fieldsMerge extends Command
public function execute(InputInterface $input, OutputInterface $output)
{
if ( ! $this->checkSetup($output)) {
return 1;
}
$this->checkSetup();
$output->writeln("");